ICalendarSeries.Trailing
ICalendarSeries

property Trailing: ICalendarCell;

Type Library
TeeChartx

Description
The Trailing property describes Calender Cell appearance characteristics (font, colour, etc) for the trailing days (the beginnings and ends of the next and previous months to the present one) of the Calender series.

Example [Visual Basic]:

With TChart1.Series(0).asCalendar

.Trailing.Visible = False

End With