Get mouse pointer position in chart coordinates

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to find the cursor position within a chart in chart coordinate system in my Chart_MouseMove procedure. In oder to do the coordinate system transformation, I need a way to get the ".Left Property" of the Chart, ChartArea, or Axes(xlCategory) object relative to the active chart's window. Any suggestions

Thanks.
 
Back
Top