Specifies formats for DateTime values. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public enum DateTimeFormat |
Visual Basic
![]() |
---|
Public Enumeration DateTimeFormat |
JavaScript
![]() |
---|
// enum |
Member name | Description | |
---|---|---|
![]() |
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.