Jump to content
Software FX Community

updating AXIS_Y2 after zoom


User (Legacy)

Recommended Posts

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

Link to comment
Share on other sites

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

>

>

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...