If you look at the demo project i posted
HERE, you could see that i use the SetZoomSteps method.
SetZoomSteps(SmallStep As Int, BigStep As Int)
In the zoom bar you have:
- two buttons, one at each end, when you click on on of the buttons the zoom area is moved by SmallStep point indexes.
- two areas between the zoom cursor and the buttons, when you click on of these ares the zoom area is shifted by BigStep point indexes.
- the zoom cursor, when you move it, the zoom are is shifted accordingly.
The four click events are available and you can use them or not.
They are in the xChart demo project to show that they do exist and how to use those.
If i remember well i had used them to synchronize two charts one zoomed the other not.
Most users do not need those.