public Int32 Current {get; set;}
Remarks
Run-time only.
The TChart.Page.Current property determines the current visible points of Series in a Chart with MaxPointsPerPage property greater than zero.
When TChart.Page.MaxPointsPerPage property is greater than zero, TeeChart internally divides all Series points in "pages".
Each page is assigned a different initial and ending X coordinates.
The TChart.Page.NumPages property returns the total number of pages. It equals the total number of Series points divided by the MaxPointsPerPage property.
The TChart.Page.Previous and TChart.Page.Next methods decrement or increment the Current property respectively.
See Also
Page Class | Page Members | Steema.TeeChart Namespace