Page 1 of 1

Display all Series Values as asTeeCursor move on chart

Posted: Tue Jun 16, 2009 8:34 am
by 9084649
I am using Teechart in Asp. My chart shows multiple series at a time. i want to display value of Y axis of all the series with the asTeeCursor move. I have used vertical asTeecursor tool. I want the value of Y axis where the Teecursor and series intersects.

I try the below code but it gives me only cursor position value.
document.all.Chart1.Tools.Items(j).asTeeCursor.YVal

Actually I want all series intersection value with Teecursor tool.

Kindly reply

Re: Display all Series Values as asTeeCursor move on chart

Posted: Tue Jun 16, 2009 9:25 am
by yeray
Hi essar,

Take a look at this interpolation example from NarcĂ­s.

Re: Display all Series Values as asTeeCursor move on chart

Posted: Tue Jun 23, 2009 10:24 am
by 9084649
Dear Yeray,
Thanks a lot as your attachment helped me to achieve desired results.
:D
One more question:

I am using Oracle 9i as my backend. My chart (Teechart) is taking data from this oracle database. So we have to install oracle client on each and every pc to make that chart visible. But now as we have big network and anyone can access that chart, it seems to be impossible to install oracle client in all of the machines. Is there any other method which may eleminate the need of installing Oracle client. May be this questions is not a part of this forum's confine but i would be very thankful to you if you can share your knowledge in this regard.

Thanks a lot.

Re: Display all Series Values as asTeeCursor move on chart

Posted: Tue Jun 23, 2009 2:56 pm
by yeray
Hi essar,

General information about how to create live charts with ASP servers can be found at Tutorial 9 - Internet applications - Creating a Live Charting application with ASP/IIS servers. You should find tutorials and demos at Teechart programs group.