Pre loader

Pan a YAxis (not scale) on drag

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,

We are using SciChart with 4 dataseries inside.
We also display 4 axis at the side.
We like to move one of the series up or down, so we can set it on top of another serie for easier compare.
At the moment, if we move it by dragging the Yaxis, only the max or the min value will change, so the view will change (Ymax – Ymin will be different everytime).

Is there are way to move the serie up or down and keep the size the same (so Ymax – Ymin) will be the same?

Thanks…

  • You must to post comments
0
0

Hi Egbert,

I think I know what you’re getting at. Can you try using this? It’s experimental but may accomplish what you’re trying to achieve

<s:SciChartSurface>
   <!-- ... omitted XAxis, YAxis, series for clarity --> 
   <s:SciChartSurface.ChartModifier>
      <YAxisDragModifier DragMode="Pan"/>
   </s:SciChartSurface.ChartModifier>
</s:SciChartSurface>
  • EJansen
    Hi Andrew, This works great. Thanks.....
  • 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