ICalendarCellUpper
Hierarchy Properties Methods

Type Library
TeeChartx

Description
The CalenderCell class describes Calender Cell appearance characteristics (font, colour, etc) for the months and weekdays and includes the Format and UpperCase properties. This class is called by the CalenderSeries and can be accessed via the asCalender property.

Example [Visual Basic]:

With TChart1.Series(0).asCalendar

.Date = 24584

.Days.Font.Color = vbGreen

.Months.UpperCase = True

.Sunday.Gradient.Visible = True

.Today.ShapeStyle = fosRoundRectangle

.Trailing.Font.Bold = True

.Weekdays.Format = "dddd"

End With