ICalendarSeries.NextMonth
ICalendarSeries
procedure NextMonth;
Type Library
TeeChartx
Description
The NextMonth method moves the Calender series onto the month after 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