MindFusion.Charting for Silverlight Programmer's Guide
AxesChart.YLabels Property
See Also
 






Gets or sets custom labels for the Y-axis.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public StringCollection YLabels { get; set; }

Visual Basic  Copy Code

Public Property YLabels As StringCollection

 Property Value

An instance of the StringCollection class. Default value is an empty collection.

 Remarks

The YLabels property provides custom labels for the Y-axis. They are drawn when YAxisSettings.LabelType is set to LabelType.CustomText.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.Silverlight Namespace