Specifies the text drawn inside each pie piece.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C#
![]() |
---|
public IList InnerLabels { get; set; } |
Visual Basic
![]() |
---|
Public Property InnerLabels As IList |
An object of type .NET IList class that holds the labels.
Use the property to specify the text drawn inside each pie piece, when you have set the InnerLabelType member to LabelType.CustomText.
The InnerLabelFormat property specifies the number format for numerical inner labels.
OuterLabels are set with the OuterLabels property and the OuterLabelType property.
Default value for the InnerLabels property is an empty array.