Search
PointSeries.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 of string values.

 See Also