ISeries.asCalendar
ISeries

property asCalendar: ICalendarSeries;

Type Library
TeeChartx

Description
The asCalender property is used by the Series Class to access Calender Series specific properties. See Typecasting for a detailed explanation of access to Series and Function specific properties.

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