Moves to next page ( Current + 1 )
public Void Next()

Remarks


When MaxPointsPerPage is greater than Zero, TeeChart automatically divides point values in Pages. Calling Next is the same as Page = Page + 1. The NumPages chart property returns the total number of pages.

Example


[C#]

private void button1_Click(object sender, System.EventArgs e) 
{
     tChart1.Page.Next();
}

See Also

Page Class | Page Members | Steema.TeeChart Namespace