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
Plot using pages
Re: Plot using pages
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).
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Plot using pages
Thank you very much for the suggestion.
Best regards,
JAV
Best regards,
JAV