ICalendarSeries.Sunday
ICalendarSeries

property Sunday: ICalendarCell;

Type Library
TeeChartx

Description
The Sunday property describes Calender Cell appearance characteristics (font, colour, etc) for all of the Sundays in the Calender series.

Example [Visual Basic]:

With TChart1.Series(0).asCalendar

.Sunday.Color = vbGreen

End With