T O P I C R E V I E W |
donm |
Posted - 29 Apr 2008 : 14:55:19 I have a nice scrolling graph working in my app, I can zoom and restore. I would also like to pan back into history. Are there any examples on how this can be done. I assume it is based around changing the start and end time. I tried just turning of the scroll and changing the start and end time. Any clue's would be appreciated |
1 L A T E S T R E P L I E S (Newest First) |
quinncurtis |
Posted - 29 Apr 2008 : 15:22:45 If you change the coordinate systems start and end time, followed by the UpdateDraw method call, the graph should redraw acoordingly. Are you calling UpdateDraw? See the QCChart2D example SwingExamples.LinePlotScrollBar, or the QCRTGraph Polygraph example. |
|
|