public Int32 MaxPointsPerPage {get; set;}
Remarks
Default: 0
The MaxPointsPerPage property controls "TeeChart AutoPaging".
Setting it to a number greater than zero makes TeeChart internally divide Series points in Pages.
You can then navigate across Chart pages by using the Chart.Page and Chart.NumPages properties.
For each Page, TeeChart will automatically calculate and display the corresponding Series points.
The last page can have less number of points than other pages. You can use the Chart.ScaleLastPage to control if last page will be "stretched" or not.
See Also
Page Class | Page Members | Steema.TeeChart Namespace