Gets or sets the format of numbers. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public NumberFormat NumberFormat { get; set; } |
Visual Basic
![]() |
---|
Public Property NumberFormat As NumberFormat |
One of the NumberFormat enumeration values. Default value is NumberFormat.Fixed_point.
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.