Specifies the text drawn outside each pie piece. Namespace: MindFusion.Charting.WebForms
|
C#
![]() |
---|
public IList OuterLabels { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property OuterLabels As IList |
An object of type .NET IList that holds the outer labels.
Use the property to specify the labels, drawn outside each pie piece, when you have set the OuterLabelType property to LabelType.CustomText.
You can assign to OuterLabels the array that holds the labels or add them directly to the OuterLabels property.
Inner labels are specified with the InnerLabelType and InnerLabels properties.
Default value for the OuterLabels property is an empty array.