Defines Calender Cell appearance for the trailing days.
public CalendarCell Trailing {get;}

Remarks


The Trailing property describes Calender Cell appearance characteristics (font, colour, etc) for the trailing days (the beginnings and ends of the next and previous months to the present one) of the Calender series.

Example


[C#]

Steema.TeeChart.Styles.Calendar Series1 = new Steema.TeeChart.Styles.Calendar(); 
tChart1.Series.Add(Series1);
Series1.Trailing.Visible = false;

See Also

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