Gets or sets custom labels for the Y-axis. Namespace: MindFusion.Charting.Wpf
|
C#
![]() |
---|
public IList YLabels { get; set; } |
Visual Basic
![]() |
---|
Public Property YLabels As IList |
A list with the labels. Default value is an empty list.
YLabels are drawn when the value of the YAxisSettings.LabelType property is set to LabelType.CustomText. The list can hold any type of objects. Non-string objects are converted to strings using the standard .NET ToString() method.