Specifies the text drawn outside each pie piece. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueAn object of type .NET IList that holds the outer labels. RemarksUse 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. See Also |