Specifies formats for DateTime values.
Namespace: MindFusion.ChartingAssembly: MindFusion.Charting
public enum DateTimeFormat
Public Enumeration DateTimeFormat
// enumDateTimeFormat = {}
CustomDateTime
Indicates that the number is formatted as a DateTime value according to a custom-set string.
FullDateTime
Indicates that the number is formatted as a DateTime value with a full date pattern.
LongDate
Indicates that the number is formatted as a DateTime value with a long date pattern.
LongTime
Indicates that the number is formatted as a DateTime value with a long time pattern.
MonthDateTime
Indicates that the number is formatted as a DateTime value with a month day pattern.
None
The DateTime value is not formatted.
ShortDate
Indicates that the number is formatted as a DateTime value with a short date pattern.
ShortTime
Indicates that the number is formatted as a DateTime value with a short time pattern.
YearDateTime
Indicates that the number is formatted as a DateTime value with a year month date pattern.
The format of axis labels can be set by using the DateTimeFormat values if the DataFormat property is set to DateTime.
MindFusion.Charting NamespaceUsing DateTime ValuesDateTimeFormat Property