ICalendarSeries.PreviousMonth
ICalendarSeries

procedure PreviousMonth;

Type Library
TeeChartx

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

Example [Visual Basic]:

Private Sub Command1_Click()

TChart1.Series(0).asCalendar.NextMonth

End Sub

Private Sub Command2_Click()

TChart1.Series(0).asCalendar.PreviousMonth

End Sub