MindFusion.Charting Programmer's Guide
DateTimeFormat Enumeration
See Also
 





Specifies formats for DateTime values.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public enum DateTimeFormat

Visual Basic  Copy Code

Public Enum DateTimeFormat

Java  Copy Code

public enum DateTimeFormat

 Members

  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.

 Remarks

The format of axis labels can be set by using the DateTimeFormat values if the DataFormat property is set to DateTime.

 See Also

MindFusion.Charting Namespace
Using DateTime Values
DateTimeFormat Property