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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...