Search
PieSeries.OuterLabels Property
See Also
 






Gets or sets the outer labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property OuterLabels As IList(Of String)

 Property Value

A list of string values.

 See Also