Kelvin Stott
Active Member
- Joined
- Oct 26, 2010
- Messages
- 338
Hello,
I have created some charts (probability distribution models) as embedded ChartObjects on a worksheet with VBA, and would like to enable events so that I can click and drag the mouse over the chart(s) to change the parameters of the distribution model...
How do I enable events for embedded ChartObjects, so that I can identify the XY coordinates of mouse click-and-drag events (when and where the mouse is clicked and dragged to, with or without shift/ctrl keys)?
I need the X and Y coordinates according to the values on the X and Y axes, rather than pixels, etc.
Thanks for any help or advice to point me in the right direction.
Best regards,
Kelvin
I have created some charts (probability distribution models) as embedded ChartObjects on a worksheet with VBA, and would like to enable events so that I can click and drag the mouse over the chart(s) to change the parameters of the distribution model...
How do I enable events for embedded ChartObjects, so that I can identify the XY coordinates of mouse click-and-drag events (when and where the mouse is clicked and dragged to, with or without shift/ctrl keys)?
I need the X and Y coordinates according to the values on the X and Y axes, rather than pixels, etc.
Thanks for any help or advice to point me in the right direction.
Best regards,
Kelvin