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





Gets or sets the location of the inner label. This is a dependency property.

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

 Syntax

C#  Copy Code

public double InnerLabelLocation { get; set; }

Visual Basic  Copy Code

Public Property InnerLabelLocation As Double

 Property Value

A double value that indicates the offset of the label from the center of the pie as a percent of the radius. Valid values range from 0 to 1. The default value is 0.5.

 See Also

PieSeries Members
PieSeries Class
MindFusion.Charting.Wpf Namespace