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…
- EJansen asked 12 years ago
- You must login to post comments
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>
- Andrew Burnett-Thompson answered 12 years ago
- Hi Andrew, This works great. Thanks.....
- You must login to post comments
Please login first to submit.