TCustomAxisPanel.Page
TCustomAxisPanel
property Page: Integer;
Unit
TeEngine
Description
Run-time only.
The Page property determines the current visible points of Series in a Chart with TCustomAxisPanel.MaxPointsPerPage property greater than zero.
When TChart.TCustomAxisPanel.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.TCustomAxisPanel.NumPages property returns the total number of pages. It equals to the total number of Series points divided the MaxPointsPerPage property.
The TChart.TCustomChart.PreviousPage and TChart.TCustomChart.NextPage methods decrement or increment the TCustomAxisPanel.Page property respectively.