Pre loader

RubberBandXyZoomModifier YDirection Multiple zoom selection is possible on the chart

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

Closed
0
0

Hi,
On RubberBandXyZoomModifier i am using the YDirection zoom. When i click and drag out side the area of sci chart and leave the mouse click. Then again click inside the scichart, it showing the selection area and not disappear after new selection of zoom or pan the chart. the selected area is still showing as selected.

Version
1.4.1595
Images
  • Michael Klishevich
    Hi Arun. On the picture provided the direction looks like EXyDirection.XDirection. In fact, I just tried to reproduce the problem using this project – https://github.com/ABTSoftware/SciChart.JS.Examples/tree/master/Sandbox/demo-vscode-ts-debugging I updated scichart to version 1.4.1595 (npm i [email protected]) and added the modifier: sciChartSurface.chartModifiers.add(new RubberBandXyZoomModifier({ xyDirection: EXyDirection.XDirection })); It works as expected, I was not able to get several selected intervals. Could you provide a sample code with the problem, which we could just npm install and run.
  • Andrew Burnett-Thompson
    Michael I think he has vertical chart + YDirection. Try that?
  • Michael Klishevich
    I tried with vertical chart and YDirection, no luck to repro. sciChartSurface.xAxes.add(new NumericAxis(wasmContext, { axisAlignment: EAxisAlignment.Left })); sciChartSurface.yAxes.add(new NumericAxis(wasmContext, { axisAlignment: EAxisAlignment.Bottom })); sciChartSurface.chartModifiers.add(new RubberBandXyZoomModifier({ xyDirection: EXyDirection.YDirection }));
  • Arun Surendran
    Sorry Michael Klishevich and Andrew Burnett-Thompson. Issue with my side. I got the fix on my code. Thanks for the support
  • You must to post comments
Showing 0 results

Try SciChart Today

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

Start TrialCase Studies