Defines Calender Cell appearance characteristics for calender days.
public CalendarCell Days {get;}

Remarks


The Days property describes Calender Cell appearance characteristics (font, colour, etc) for all the calender days excluding today, trailing and Sundays.  

Example


[C#]

Steema.TeeChart.Styles.Calendar Series1 = new Steema.TeeChart.Styles.Calendar(); 
tChart1.Series.Add(Series1);
Series1.Days.Font.Name = 'Verdana';

See Also

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