MindFusion WinForms Programmer's Guide
LineChart.Y2ScatterLabels Property
See Also
 





Gets or sets custom labels drawn at Y2 scatter shapes.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public IList Y2ScatterLabels { get; set; }

Visual Basic  Copy Code

Public Property Y2ScatterLabels As IList

 Property Value

A list that holds other lists with the labels for each Y2-scatter series.

 Remarks

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.

 See Also

LineChart Members
LineChart Class
MindFusion.Charting Namespace