Moves the Calender series onto the month before the present one.
public Void PreviousMonth()

Remarks

The PreviousMonth method moves the Calender series onto the month before the present one.

Example

[C#]

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

See Also

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