MindFusion.Charting Programmer's Guide

PieChart.OuterLabelFormat Property

See Also
 





Gets or sets the format of numbers drawn as outer labels.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public NumberFormat OuterLabelFormat { get; set; }

Visual Basic  Copy Code

Public Property OuterLabelFormat As NumberFormat

 Property Value

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

 Remarks

The property specifies the format of labels drawn outside pie pieces when the OuterLabelType is set to LabelType.Data or LabelType.Percents.

 See Also