ChartDirector-HELP
Hi,
I need to get the coordinate X and Y when the mouse click somewhere in the graph area. How can I do this?
I am declaring as
dim chartimage as Image
so the mouse muct click/mouseup/mousedown within that image area to get the value of X and Y.
While playing it.. when I use
chartimage_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single),
i got the value of X and Y, but I think it doesnt represent the graph/chart value. For instance, i placed my mouse at (24,0), the value that came out is (3330, 3810), How to make the value that come out is (24,0)?, in other words, the value of X and Y must be according/in the range of the chart/graph scale.
ps: if anyone have the solution but for MsChart, please feel free to share your solution with me.
Thanks
|