Gets or sets custom labels drawn at Y2 scatter shapes.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public IList Y2ScatterLabels { get; set; } |
Visual Basic
![]() |
---|
Public Property Y2ScatterLabels As IList |
A list that holds other lists with the labels for each Y2-scatter series.
Use the property to set custom labels drawn at scatter charts bound to Y2. The LabelType must be set to CustomText to show the labels. LabelAlignment sets the alignment of the scatter labels.
Y2 charts are drawn when the Y2Data property is not an empty list. Scatter charts are drawn when LineType is set to LineTypes.Scatter.