Hello! There might be a problem with using a scroll bar in 3d mode. It works just perfect in 2d mode but it doesn't in 3d. Please help me figure it out. Thank you in advance!
Here's my code I configure rendering with:
chart1.getAxisX().setScrollView(0, size);
chart1.getAxisX().setAutoScroll(true);
chart1.getAxisX().setClientScroll(true);