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





Gets or sets the format of number drawn as label inside the bar.

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 NumberFormat Enumeration values.

 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

BarChart Members
BarChart Class
MindFusion.Charting.WinForms Namespace