ICalendarSeries.Months
ICalendarSeries

property Months: ICalendarCellUpper;

Type Library
TeeChartx

Description
The Months property describes Calender Cell appearance characteristics (font, colour, etc) for the month name underneath the header of the Calender series.

Example [Visual Basic]:

With TChart1.Series(0).asCalendar

.Months.UpperCase = True

End With