Specifies the type of labels drawn outside pie pieces. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public LabelType OuterLabelType { get; set; } |
Visual Basic
![]() |
---|
Public Property OuterLabelType As LabelType |
One of the LabelType enumeration values.
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.