Gets or sets the format of DateTime data. Namespace: MindFusion.Charting Syntax
Property ValueOne of the DateTimeFormat enumeration values. Default is DateTimeFormat.FullDateTime. RemarksWhen DateTime values are used as chart data, the DataFormat must be set to DataFormat.DateTime. If DateTimeFormat is CustomDateTime, set the format through CustomDateTimeFormat. With DateTime values, the axis scale can be set manually with the StartDateTime, EndDateTime and TimeSpan properties. See Also |