MindFusion WinForms Programmer's Guide
Scatter.Label Property
See Also
 





Gets the label drawn at this Scatter.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public string Label { get; }

Visual Basic  Copy Code

Public ReadOnly Property Label As String

 Property Value

A string value that represents the label.

 Remarks

The text of the Scatter depends on LabelType. Custom labels are set with Labels.

 See Also

Scatter Members
Scatter Class
MindFusion.Charting Namespace