Defines Calender Cell appearance for all Sundays.
public CalendarCell Sunday {get;}

Remarks

The Sunday property describes Calender Cell appearance characteristics (font, colour, etc) for all of the Sundays in the Calender series.

Example


[C#]

Steema.TeeChart.Styles.Calendar Series1 = new Steema.TeeChart.Styles.Calendar(); 
tChart1.Series.Add(Series1);
Series1.Sunday.Color = Color.Green;

See Also

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