ASP.NET Pack Programmer's Guide
BarChart.InnerLabelFormat Property
See Also
 





Gets or sets the format of the numbers drawn as inner bar labels.

Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms

 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.WebForms Namespace