Converting coordinates to chart point

F

ferosekhanj

Hi,

I am using the Chart from Office Web Component 2003. We are doing some
custom rendering by drawing some of our own data to the graph. I can
find out the drawing coordinates byusing the following

Coordinate acoordinate =
aChart.SeriesCollection[0].ValueToPoint(10, 0, 0);

But I also need to add some interaction to these custom graphics. Now
in the mouse move I get the coordinates but I dont know how to convert
this to the chart values. Is there any standard api for this or else
how to find this information..

Regards,

Ferose Khan J
Siemens Information Systems Ltd.,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top