Moves to previous page ( Current - 1 )
public Void Previous()

Remarks


When MaxPointsPerPage is greater than Zero, TeeChart automatically divides point values in Pages. Calling Previous is the same as Page = Page - 1 (Go back a page). The Count property returns the total number of pages.

Example


[C#]

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

See Also

Page Class | Page Members | Steema.TeeChart Namespace