ICalendarCell
Hierarchy Properties Methods

Type Library
TeeChartx

Description
The CalenderCell class describes Calender Cell appearance characteristics (font, colour, etc) for the days, Sundays, Today and trailing days and includes the Visible property. This class is called by the CalenderSeries and can be accessed via the asCalender property.

Example [Visual Basic]:

With TChart1.Series(0).asCalendar

.Date = 24584

.Days.Font.Color = vbGreen

.Sunday.Gradient.Visible = True

.Today.ShapeStyle = fosRoundRectangle

.Trailing.Font.Bold = True

End With