View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rci rci is offline
external usenet poster
 
Posts: 40
Default Chart dimensions and mouse xy

Hi all,

Looks like the numbers used by the Chart width and height values are not in
the same units as the mouse x or y values returned with mouse events...

What are these two types of units? How do I convert between the two?

I wish to use the mouse xy to tell me where I am clicking on a scatter plot
(and NOT on a datapoint... just in the chartspace)

Thanks for everything!

Mike