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
Display all Series Values as asTeeCursor move on chart
Re: Display all Series Values as asTeeCursor move on chart
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Display all Series Values as asTeeCursor move on chart
Dear Yeray,
Thanks a lot as your attachment helped me to achieve desired results.
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.
Thanks a lot as your attachment helped me to achieve desired results.
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
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.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |