Defines Calender Cell appearance for the highlighted day.
public CalendarCell Today {get;}

Remarks


The Today property describes Calender Cell appearance characteristics (font, colour, etc) for the Today (highlighted day) of the Calender series.

Example


[C#]

Steema.TeeChart.Styles.Calendar Series1 = new Steema.TeeChart.Styles.Calendar(); 
tChart1.Series.Add(Series1);
Series1.Today.ShapeStyle = fosRoundRectangle;

See Also

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