MPAndroidChart
MPAndroidChart copied to clipboard
Enable/Show Horizontal Scrollbar
Hello, I am trying to enable the horizontal scrollbar on a bar chart by using the following code, but it is not working.
chart.setHorizontalScrollBarEnabled(true)
or
chart.rootView.setHorizontalScrollBarEnabled(true)
Please help, thank you.
This is sadly not an actual method of the charts, but instead from the base View class which is out of scope for this library. I'm adding this to the list.
Hi @almic Is this issue open?
Is showing scrollbar feature available now?