Gets or sets the custom labels for the Y-axis. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public IList YLabels { get; set; } |
Visual Basic Copy Code |
---|
Public Property YLabels As IList |
A list of objects to use as labels. The default is an empty list.
The labels are painted at the Y-axis when the value of the YAxisSettings.LabelType property is set to CustomText. The list can hold any type of objects. Non-string objects are converted to strings using the standard ToString method.