MindFusion.Charting Programmer's Guide

PieChart.InnerLabelFormat Property

See Also
 





Gets or sets the number format for numerical inner labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 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