Showing 3 months, 6 months, or 1 year at a time

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
McMClark
Newbie
Newbie
Posts: 50
Joined: Thu Apr 15, 2004 4:00 am

Showing 3 months, 6 months, or 1 year at a time

Post by McMClark » Fri Nov 03, 2006 5:35 pm

I have a dbchart that shows integer values on the y axis and dates on the x axis. I have many points so I have max points per page defaulted at 10. I want to have radio boxes to allow the user to choose to show 3 months, 6 months, or a year of data regardless of the number of points. The results will allow the user to page through all the points at the 3 month, 6 month, or 1 year per page.

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

Post by Narcís » Mon Nov 06, 2006 11:22 am

Hi McMClark,

Then you could set MaxPointsPerPage according to this setting or use bottom axis SetMinMax method and change it accordingly to page changing.
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