Plot using pages

TeeChart for ActiveX, COM and ASP
Post Reply
JAV
Newbie
Newbie
Posts: 65
Joined: Thu May 12, 2011 12:00 am

Plot using pages

Post by JAV » Fri Aug 26, 2011 1:36 am

We have the following problem: we need to plot n-series that can be grouped from 10 to 10 according to certain criteria. To make it easy to interpret this information we want to use a navegator buttom similar to that shown in the property "Page", but instead of navegate on the x-axis we need to navigate to the next set of series....
This is like have a Tchart with many pages and each page have their own x-axis and y-axis completely independent. Do you have any suggestion?

Best Regards,

JAV

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Plot using pages

Post by Yeray » Fri Aug 26, 2011 3:31 pm

Hello JAV,

You can hide all the series and show the next 10 playing with the Active property of the series. You could use a global variable to control which set of series is actually displayed and use it in the button event to know what series you have to set as inactive and what to set active (and update the variable to point to new set of series displayed).
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

JAV
Newbie
Newbie
Posts: 65
Joined: Thu May 12, 2011 12:00 am

Re: Plot using pages

Post by JAV » Mon Aug 29, 2011 5:39 pm

Thank you very much for the suggestion.

Best regards,

JAV

Post Reply