ICalendarSeries
Hierarchy Properties Methods

Type Library
TeeChartx

Description
The Calendar series displays monthly calendars, in a similar way as Microsoft Calendar control. You can click on day cells to change the "today" day.

Many customization options are available.

Example [Visual Basic]:

With TChart1.Series(0).asCalendar

.Date = 24584

.Days.Font.Name = "Verdana"

.Months.UpperCase = True

.Sunday.Color = vbGreen

.Today.ShapeStyle = fosRoundRectangle

.Trailing.Visible = False

.Weekdays.Format = "dddd"

End With