MindFusion.Charting Programmer's Guide

AxisSettings.NumberFormat Property

See Also
 





Gets or sets the format of numbers.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public NumberFormat NumberFormat { get; set; }

Visual Basic  Copy Code

Public Property NumberFormat As NumberFormat

 Property Value

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

 Remarks

Use the property to specify the format of labels drawn when data values are numbers. DataFormat should be set to Number. The LabelType should be set to AutoScale or ChartData.

The axis scale can be set manually with the MinValue, MaxValue and AxisDelta properties.

 See Also