MindFusion.Charting for Silverlight Programmer's Guide
PieSeries.InnerLabel Property
See Also
 






An instance of the StringCollection class. Default value is an empty list.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public StringCollection InnerLabel { get; set; }

Visual Basic  Copy Code

Public Property InnerLabel As StringCollection

 Property Value

An instance of the StringCollection class. Default value is an empty list.

 Remarks

InnerLabel property is considered when PieSeries.InnerLabelType is set to LabelType.CustomText.

 See Also

PieSeries Members
PieSeries Class
MindFusion.Charting.Silverlight Namespace