Specifies the type of labels to be drawn inside pie pieces. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public LabelType InnerLabelType { get; set; } |
Visual Basic
![]() |
---|
Public Property InnerLabelType As LabelType |
One of the LabelType enumeration values.
The property enables you to choose the type of label drawn inside each segment of a pie chart. Use InnerLabels to specify custom labels.
Outer labels are specified with OuterLabelType and OuterLabels properties. The position of the inner labels in the piece is specified with InnerLabelPosition.
Default value for the InnerLabelType property is LabelType.Empty.