ICalendarCellUpper.Format
ICalendarCellUpper

property Format: WideString;

Type Library
TeeChartx

Description
The format property defines the DateValue format for the months and weekdays.

Example [Visual Basic]:

With TChart1.Series(0).asCalendar

.Months.Format = "mmmm yyyy"

.Weekdays.Format = "dddd"

End With