Display all Series Values as asTeeCursor move on chart

TeeChart for ActiveX, COM and ASP
Post Reply
essar
Newbie
Newbie
Posts: 8
Joined: Fri Oct 22, 2004 4:00 am

Display all Series Values as asTeeCursor move on chart

Post by essar » Tue Jun 16, 2009 8:34 am

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

Yeray
Site Admin
Site Admin
Posts: 9601
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Display all Series Values as asTeeCursor move on chart

Post by Yeray » Tue Jun 16, 2009 9:25 am

Hi essar,

Take a look at this interpolation example from Narcís.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

essar
Newbie
Newbie
Posts: 8
Joined: Fri Oct 22, 2004 4:00 am

Re: Display all Series Values as asTeeCursor move on chart

Post by essar » Tue Jun 23, 2009 10:24 am

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.

Yeray
Site Admin
Site Admin
Posts: 9601
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Display all Series Values as asTeeCursor move on chart

Post by Yeray » Tue Jun 23, 2009 2:56 pm

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply