MindFusion.Charting Programmer's Guide

PieChart.InnerLabelPosition Property

See Also
 





Specifies the position of labels inside pie pieces.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public int InnerLabelPosition { get; set; }

Visual Basic  Copy Code

Public Property InnerLabelPosition As Integer

 Property Value

An int number.

 Remarks

The property indicates the position of labels inside pie pieces as percent from the pie radius. Set the property to a value between 0 and 100. The smaller the value, the closer the label is drawn to the center of the chart. Numbers close to 100 indicate that the labels shall be drawn close to the edge of the pie.

The type of inner and outer labels is specified with InnerLabelType and OuterLabelType properties.

Default value for the InnerLabelPosition is 50 (labels are drawn in the middle of the pie radius).

 See Also