Page 1 of 1

chartpagenavigator

Posted: Tue Jan 18, 2005 6:35 am
by 9234101
Where can I find sample code to activate chart page navigator from Delphi?
Thanks, Norm

Posted: Tue Jan 18, 2005 9:38 am
by narcis
Hi Norm,

You can find some examples at the TeeChart features demo searching for 'page'. This demo is in the program manager entry for TeeChart.

Anyway, the code below may help you:

Code: Select all

  ChartPageNavigator1.Chart:=Chart1;
  Chart1.MaxPointsPerPage:=10;