ICalendarCellUpper.UpperCase
ICalendarCellUpper
property UpperCase: WordBool;
Type Library
TeeChartx
Description
The UpperCase property enables/disables the display of months and weekdays in upper case.
Example [Visual Basic]:
With TChart1.Series(0).asCalendar
.Months.UpperCase = True
.Weekdays.UpperCase = False
End With