Hello,
I have this chart http://www.cijoint.fr/cjlink.php?file=c ... r7Ap2N.jpg
I use TCursorTool and i want to display all the y values of the series for a x value.
I am able to display it for one series but for all i don't find the correct way
How could i do that?
Thank you for help
Regards
TcursorTool and show y value of several series
Hi Calou,
Here there is a thread where another customer asked the same. If you find problems, don't hesitate to ask anything.
Here there is a thread where another customer asked the same. If you find problems, don't hesitate to ask anything.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Hi Calou,
This ValueIndex has only sense with a series associated to the tool and snap as true:
This ValueIndex has only sense with a series associated to the tool and snap as true:
Code: Select all
ChartTool1.Series := Series1;
ChartTool1.Snap := true;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |