MindFusion.Charting Programmer's Guide

BarChart.InnerLabelFormat Property

See Also
 





Gets or sets the format of 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 members. Default is NumberFormat.Fixed_point.

 Remarks

Use the property to specify how numbers drawn inside bars as labels are formatted. InnerLabelFormat is not considered if InnerLabelType is Empty or CustomText.

 See Also