Hi,
I need to be able to scroll both X and Y axis programmatically when the 2D Linhe chart is in zoom mode.
I need this feature since my application is running on a touch screen monitor and it would be difficult to use a finger to move the scroll bar. I would simulate this by using buttons that would in turn command the X or Y scroll bar to move instead.
Thanks
It works for me
In your button events you could set different values (between 0.0 and 1.0 in a way the step of scrolling) to the ultraChart.Axis.X.ScrollScale.Scroll and ultraChart.Axis.Y.ScrollScale.Scroll.
Let me know if this works for you.
Regards,
Stefaniya