ICalendarSeries.Days
ICalendarSeries

property Days: ICalendarCell;

Type Library
TeeChartx

Description
The Days property describes Calender Cell appearance characteristics (font, colour, etc) for all the calender days excluding today, trailing and Sundays.

Example [Visual Basic]:

With TChart1.Series(0).asCalendar

.Days.Font.Name = "Verdana"

End With