MindFusion.Charting Programmer's Guide

PieChart.InnerLabelType Property

See Also
 





Specifies the type of labels to be drawn inside pie pieces.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public LabelType InnerLabelType { get; set; }

Visual Basic  Copy Code

Public Property InnerLabelType As LabelType

 Property Value

One of the LabelType enumeration values.

 Remarks

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.

 See Also