-
Already commented on in #2793364.
2009-05-19 17:17:14 UTC by hywelthomas
-
Hi, I recently tried to add the MouseWheelZoom Interaction to one of my plots. I noticed that it shifts the axis instead of zooming it.
On the other hand the axisdrag feature works fine.
If somebody has solved the problem it would be quite nice. I'm going to work on it within the next few days.
2009-05-19 07:37:16 UTC by nobody
-
The MouseWheel Zoom uses the Ctrl key to zoom, and the Shift key to change between Horizontal and Vertical scrolling.
It would help if this was documented other than in the code!
2009-05-18 16:35:17 UTC by hywelthomas
-
Hi, I recently tried to add the MouseWheelZoom Interaction to one of my plots. I noticed that it shifts the axis instead of zooming it.
On the other hand the axisdrag feature works fine.
If somebody has solved the problem it would be quite nice. I'm going to work on it within the next few days.
2009-05-18 14:04:23 UTC by nobody
-
Further testing showed an interaction with the PrintPage operation, and the zip file has now been updated to correct this (introduced) problem, and update the display cache bounds. PlotSurface2DDemo has also been updated to draw the Guideline in White.
2009-05-14 14:03:32 UTC by hywelthomas
-
Patch added with a fix for the XOR lines problem in Windows.PlotSurface2D. UnitTests also added for the new Overlay class. The zip file also contains a document describing the problem in more detail, together with the corrections made.
2009-05-09 11:07:12 UTC by hywelthomas
-
The same clipping problem someone stated before applies also to StepPlots. If one point is on the left but outside the screen area and the other on the right but out side the screen area, the chart is not drawn.
I would suggest to change the clipping algorithm in StepPlots.cs to something like:
// do horizontal clipping here, to speed up
if ((p1.X < leftCutoff && p2.X < leftCutoff && p3.X...
2009-04-06 14:08:51 UTC by phatoni
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-04-04 02:20:17 UTC by sf-robot
-
FC.
2009-04-02 23:28:26 UTC by nobody
-
reproduced, looking into.
2009-03-25 01:48:39 UTC by jamcquay