chartpagenavigator

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
logjam
Newbie
Newbie
Posts: 3
Joined: Thu Sep 09, 2004 4:00 am
Location: california
Contact:

chartpagenavigator

Post by logjam » Tue Jan 18, 2005 6:35 am

Where can I find sample code to activate chart page navigator from Delphi?
Thanks, Norm

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Jan 18, 2005 9:38 am

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;
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply