Defines Calender Cell appearance for the month name.
public CalendarCellUpper Months {get;}

Remarks


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

Example


[C#]

Steema.TeeChart.Styles.Calendar Series1 = new Steema.TeeChart.Styles.Calendar(); 
tChart1.Series.Add(Series1);
Series1.Months.UpperCase = true;

See Also

Calendar Class | Calendar Members | Steema.TeeChart.Styles Namespace