MindFusion WinForms Programmer's Guide
PieChart.InnerLabelFormat Property
See Also
 





Gets or sets the format of numbers drawn inside pie segments.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public NumberFormat InnerLabelFormat { get; set; }

Visual Basic  Copy Code

Public Property InnerLabelFormat As NumberFormat

 Property Value

One of the NumberFormat enumeration values. Default is NumberFormat.Fixed_point.

 Remarks

The property specifies the format of labels inside pie pieces when the InnerLabelType is set to LabelType.Data or LabelType.Percents.

 See Also

PieChart Members
PieChart Class
MindFusion.Charting.WinForms Namespace