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