User (Legacy) Posted May 6, 2004 Report Share Posted May 6, 2004 Thanks so very much for your answer concerning XOR. That did the trick. Now another question: I'd like to have a zoomed view, that does not handle mouse events as if the current view needs another zoom. Is this possible? Ben Fikkert Bergson Technology B.V. The Netherlands Link to comment Share on other sites More sharing options...
Software FX Posted May 7, 2004 Report Share Posted May 7, 2004 You mean a ONE level zoom ? This is not supported, however, you can program this yourself using the SetScrollView method (AxisObject). You will need to capture the MouseEvents and when a zoom is being made, you will instead do a SetScrollView. This will leave the chart in a "normal" state instead of in a zoomed state. -- FP Software FX Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.