Thread: mouseup
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.charting
[email protected] chollera@sympatico.ca is offline
external usenet poster
 
Posts: 2
Default mouseup

Trying to do the ol MouseUp thing. XY in screen coordinates, blah
blah. I can get the xy relative to the window. I went thru the API
calls, finding windows, some enumerations (because the class names
weren't quite like in the posts) etc. Got it. Woohoo.

The location of the chart in the window depends on zoom, and 2 scrolls.
ChartArea.Left seems stuck at 4. I can zoom in and scroll the chart
way off to the left and still get 4. It should be like - 250, but I
get 4. I saw the post on the uLong bug for big values. Is it a bug
that I can't get negative values? In fact, I haven't found any of the
Excel properties that change when zooming and scrolling.

Except zoom and scroll. I suppose. So I'll use those right? Well I
can find the zoom parameter alright. But I can't find the scroll ticks
to manually interpret the location of the chart in the window. Now I'm
not using a chart on a worksheet. The chart has its own tab in the
workbook. But I ought to be able to find the scroll tick count
somewhere right?

ARRRGH.

I'm about to abandon this. The correct email address isn't the one in
the profile. Its . So if's there's a lit candle
for this, I'd appreciate a short email.

- scorpdaddy