MindFusion.Charting Programmer's Guide

PieChart.OuterLabelType Property

See Also
 





Specifies the type of labels drawn outside pie pieces.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public LabelType OuterLabelType { get; set; }

Visual Basic  Copy Code

Public Property OuterLabelType As LabelType

 Property Value

One of the LabelType enumeration values.

 Remarks

The property enables you to choose the type of label drawn outside each pie segment. Custom labels are specified with OuterLabels. Lines are drawn from the middle of each segment to its label. Use the PointerLength property to specify the length of this line.

Default value for the OuterLabelType property is LabelType.Empty.

 See Also