ICalendarSeries.Date
ICalendarSeries

property Date: Double;

Type Library
TeeChartx

Description
The Date property defines, in the form of a double value, the date of the highlighted day ("Today") and causes the calender series to display the associated month.

Example [Visual Basic]:

With TChart1.Series(0).asCalendar

.Date = 24584

End With