Search
BarSeries.TopLabels Property
See Also
 






Gets or sets the top labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property TopLabels As IList(Of String)

 Property Value

A list of string values.

 See Also