Page 1 of 1

How to make Axix range to fix?

Posted: Fri Mar 13, 2020 1:52 am
by daihyuni
If the ragne of x-axis is specified, even if zoom in/out is performed, the specified x-axis range does not chage.

For example)
the x-axis range is (0 ~ 100)
When I try to zoon in/out, x-axis is only (0 ~ 100). it is fixed.
Just only change internal chart item.

Re: How to make Axix range to fix?

Posted: Fri Mar 13, 2020 1:54 pm
by ArctionKestutis
Hi,

If you don't want XAxis to change you can:
1. Set ViewXY.ZoomPanOptions.MouseWheelZooming = Vertical
2. Set ViewXY.ZoomPanOptions.AxisMouseWhellAction = None
3. Set ViewXY.ZoomPanOptions.PanDirection = Vertical
4. Set ViewXY.XAxis.MouseScrolling = False

Is this what you need?

All the best.