Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ChartElementFormat Properties

Lists formats applied to axis and series labels.
Name Description
Day static Displays days in the specified date range
DayOfWeek static Displays days of the week in the specified date range.
Hour static Displays hours.
LongDate static Displays a date in the dddd, MMMM dd, yyyy format (for example, Thursday, January 01, 1970).
LongDateLongTime static Displays a date-time value in the dddd, MMMM dd, yyyy, hh:mm:ss format (for example, Thursday, January 01, 1970, 12:00:00 AM).
LongTime static Displays a time value in the hh:mm:ss format (for example, 12:00:00 AM).
Millisecond static Displays milliseconds.
Minute static Displays minutes.
Month static Displays months.
MonthAndDay static Displays a date in the MMMM dd format.
MonthAndYear static Displays a date in the yyyy MMMM format.
Quarter static Displays a quarter of the year.
QuarterAndYear static Displays a quarter and year.
Second static Displays seconds.
ShortDate static Displays a time value in the m/dd/yyyy format.
ShortDateShortTime static Displays a date in the m/dd/yyyy, hh:mm format.
ShortTime static Displays a time value in the hh:mm format.
Year static Displays years.
See Also