MindFusion.Charting Programmer's Guide

LineChart.Y2ScatterLabels Property

See Also
 





Gets or sets custom labels drawn at Y2 scatter shapes.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public IList Y2ScatterLabels { get; }

Visual Basic  Copy Code

Public ReadOnly 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