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






Gets or sets the path to the property of the DataSource used for retrieving custom inner labels.

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

 Syntax

C#  Copy Code

public string InnerLabelPath { get; set; }

Visual Basic  Copy Code

Public Property InnerLabelPath As String

 Property Value

A string value. Default value is an empty string ("").

 Remarks

The InnerLabelPath property is considered when PieSeries.InnerLabelType is set to LabelType.CustomText.

 See Also

PieSeries Members
PieSeries Class
MindFusion.Charting.Silverlight Namespace