ASP.NET Pack Programmer's Guide
LineChart.Y2ScatterLabels Property
See Also
 





Gets or sets custom labels drawn at Y2 scatter shapes.

Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public IList Y2ScatterLabels { get; set; }

Visual Basic  Copy Code

Public Property Y2ScatterLabels As IList

 Property Value

An object of type .NET IList object that holds other lists with the labels.

 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.WebForms Namespace