ICalendarSeries.Today
ICalendarSeries

property Today: ICalendarCell;

Type Library
TeeChartx

Description
The Today property describes Calender Cell appearance characteristics (font, colour, etc) for the Today (highlighted day) of the Calender series.

Example [Visual Basic]:

With TChart1.Series(0).asCalendar

.Today.ShapeStyle = fosRoundRectangle

End With