MindFusion.Wpf Pack Programmer's Guide
PieSeries.InnerLabel Property
See Also
 





Gets or sets the custom inner labels. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public IList InnerLabel { get; set; }

Visual Basic  Copy Code

Public Property InnerLabel As IList

 Property Value

A list of objects to use as labels. The default is an empty list.

 Remarks

The labels can be of any type. They are converted to strings using their ToString method. The labels are drawn when the InnerLabelType property is set to CustomText.

If you are using data binding the property for setting custom labels from a data source is InnerLabelPath.

 See Also

PieSeries Members
PieSeries Class
MindFusion.Charting.Wpf Namespace