Charting for WinForms Programmer's Guide
SimpleSeries.Labels Property
See Also
 






Gets or sets the data labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public IList<string> Labels { get; set; }

Visual Basic  Copy Code

Public Property Labels As IList(Of String)

 Property Value

A list whose elements are returned by GetLabel.

 See Also

SimpleSeries Members
SimpleSeries Class
MindFusion.Charting Namespace