Page 1 of 1

Plot using pages

Posted: Fri Aug 26, 2011 1:36 am
by 15059326
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

Re: Plot using pages

Posted: Fri Aug 26, 2011 3:31 pm
by yeray
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).

Re: Plot using pages

Posted: Mon Aug 29, 2011 5:39 pm
by 15059326
Thank you very much for the suggestion.

Best regards,

JAV