MindFusion.Charting Programmer's Guide

BarChart.TopLabelFormat Property

See Also
 





Gets or sets the format of top labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public NumberFormat TopLabelFormat { get; set; }

Visual Basic  Copy Code

Public Property TopLabelFormat As NumberFormat

 Property Value

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

 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