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






Gets or sets custom labels for the Y2-axis.

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

 Syntax

C#  Copy Code

public StringCollection Y2Labels { get; set; }

Visual Basic  Copy Code

Public Property Y2Labels As StringCollection

 Property Value

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

 Remarks

The Y2Labels property provides custom labels for the Y2-axis. They are drawn when Y2AxisSettings.LabelType is set to LabelType.CustomText.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.Silverlight Namespace