ICalendarSeries.Weekdays
ICalendarSeries

property Weekdays: ICalendarCellUpper;

Type Library
TeeChartx

Description
The Weekdays property describes Calender Cell appearance characteristics (font, colour, etc) for weekday titles of the Calender series.

Example [Visual Basic]:

With TChart1.Series(0).asCalendar

.Weekdays.Format = "dddd"

End With