Specifies the type of data values.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public enum DataFormat |
Visual Basic
![]() |
---|
Public Enum DataFormat |
Java
![]() |
---|
public enum DataFormat |
Member name | Description | |
---|---|---|
![]() |
Auto |
The format of the data is set automatically. |
![]() |
DateTime |
Chart data is DateTime values. |
![]() |
Number |
Chart data is numbers. |
Data in line charts can be either Number or DateTime values. Use AxisSettings.DataFormat to set the correct data format. When set to Auto, the control tries to convert all data to DateTime values. If a single conversion fails, the DataFormat is set to Number.