Search
BarSeries.InnerLabels Property
See Also
 






Gets or sets the inner labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property InnerLabels As IList(Of String)

 Property Value

A list of string values.

 See Also