User (Legacy) Posted June 28, 2004 Report Share Posted June 28, 2004 I understand that I need to use the GetScrollView and SetScrollView to update the Y2 axis after the user zooms in, but where should I be making these calls? Quote Link to comment Share on other sites More sharing options...
Software FX Posted June 30, 2004 Report Share Posted June 30, 2004 If you want to do this after Chart FX actually performs the zoom, you will need to let Chart FX finish an then do your stuff. If you are using VB, the easiest way I know is to have a timer with just 1 tick interval. You will enable this timer in the MouseUp event if the Zoom property is set. In the code for the Timer event, is where you will use GetScrollView and SetScrollView to customize your secondary Y-Axis. -- FP Software FX Quote Link to comment Share on other sites More sharing options...
User (Legacy) Posted July 2, 2004 Author Report Share Posted July 2, 2004 I assume you mean the LButtonUp event. When they turn zoom off, I won't get the lButtonUp event. What event do I need to trigger on when they turn off zoom? "SoftwareFX Support" <noreply@softwarefx.com> wrote in message news:Ydgy9zrXEHA.2276@webserver3.softwarefx.com... > If you want to do this after Chart FX actually performs the zoom, you will > need to let Chart FX finish an then do your stuff. > > If you are using VB, the easiest way I know is to have a timer with just 1 > tick interval. You will enable this timer in the MouseUp event if the Zoom > property is set. > > In the code for the Timer event, is where you will use GetScrollView and > SetScrollView to customize your secondary Y-Axis. > > -- > FP > Software FX > > Quote Link to comment Share on other sites More sharing options...
Software FX Posted July 2, 2004 Report Share Posted July 2, 2004 InternalCommand is send when any button of the toolbar (or menu option) is selected. -- FP Software FX Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.