Gets or sets the format of data. Namespace: MindFusion.Charting Syntax
Property ValueOne of the DataFormat enumeration values. Default value is DataFormat.Auto. RemarksUse the property to specify whether your data is DateTime values or numbers. When the property is set to Auto, the control tries to convert all data to DateTime objects using the standard .NET DateTimeConverter. If any of the data values fails to be converted, the data is treated as numbers. See Also |