MindFusion.Wpf Pack 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. This is a dependency property.

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

 Syntax

C#  Copy Code

public string InnerLabelPath { get; set; }

Visual Basic  Copy Code

Public Property InnerLabelPath As String

 Property Value

A string value. The default is an empty string.

 Remarks

InnerLabelPath is used when InnerLabelType is set to CustomText and DataSource is not null (Nothing in Visual Basic).

 See Also

PieSeries Members
PieSeries Class
MindFusion.Charting.Wpf Namespace