MindFusion.Charting Programmer's Guide

BarChart.TopLabelFormat Property

See Also
 





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

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

 Syntax

C#  Copy Code

public NumberFormat TopLabelFormat { get; set; }

Visual Basic  Copy Code

Public Property TopLabelFormat As NumberFormat

 Property Value

One of NumberFormat Enumeration values.

 Remarks

The property specifies the format of numbers drawn as labels at the top of chart bars. It is not considered if TopLabelType is LabelType.Empty or LabelType.CustomText.

 See Also