Page 1 of 1

TcursorTool and show y value of several series

Posted: Thu Apr 30, 2009 7:34 am
by 10050873
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

Posted: Thu Apr 30, 2009 10:08 am
by yeray
Hi Calou,

Here there is a thread where another customer asked the same. If you find problems, don't hesitate to ask anything.

Posted: Thu Apr 30, 2009 10:16 am
by 10050873
I have an other problem with tcursortool

On the ChartTool1Change event when i want to read the valueindex it is always -1 ??

Regards

Posted: Thu Apr 30, 2009 11:02 am
by yeray
Hi Calou,

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;

Posted: Thu Apr 30, 2009 11:16 am
by 10050873
ah yes! it is logical :oops:

Thanks