Pre loader

Zoom Direction in RubberBandXyZoomModifier

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

0
0

hi,
Does RubberBandXyZoomModifier have inbuilt provision to set zoom direction in Y axis only?

I am using the solution in below link, but it is causing interaction problems with other modifiers.

https://www.scichart.com/questions/question/rubberbandxyzoommodifier-zoom-in-y-axis-only/#post-5270

Thanks,
Vibin

Version
latest
  • You must to post comments
0
0

No it doesn’t. The workaround above is the closest we have.

What interactions specifically? We can update the workaround if necessary.

Best regards,
Andrew

  • Vibin Varghese
    My custom RubberBandXyZoomModifier is causign conflict with my XAxisDragModifier. I have set the direction in RubberBandXyZoomModifier as XDirection. Issue is causing when I zoom using my mouse, and release the left button. The XAxisDragModifier is getting activated and it causes the XAxisDragModifier to be dragging after the zoom is complete. Not sure if you got the issue.
  • Yuriy Zadereckiy
    Hi Vibin, you should set ModifierMouseArgs.Handled to “True” in your custom modifier (in mouse events handling methods). This should prevent XAxisDragModifier from firing unless it has ReceiveHandledEvents set to “True”. Does this help?
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies