Moves the Calender series onto the month after the present one.
public Void NextMonth()

Remarks


The NextMonth method moves the Calender series onto the month after the present one.

Example


[C#]

((Steema.TeeChart.Styles.Calendar)tChart1[4]).NextMonth();

See Also

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