Gets or sets custom labels drawn at Y2 scatter shapes. Namespace: MindFusion.Charting.WebForms
|
C#
![]() |
---|
public IList Y2ScatterLabels { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property Y2ScatterLabels As IList |
An object of type .NET IList object that holds other lists with the labels.
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.