Gets or sets custom labels for the Y2-axis.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public StringCollection Y2Labels { get; set; } |
Visual Basic
![]() |
---|
Public Property Y2Labels As StringCollection |
An instance of the StringCollection class. Default value is an empty collection.
The Y2Labels property provides custom labels for the Y2-axis. They are drawn when Y2AxisSettings.LabelType is set to LabelType.CustomText.