MPAndroidChart icon indicating copy to clipboard operation
MPAndroidChart copied to clipboard

Enable/Show Horizontal Scrollbar

Open ghost opened this issue 7 years ago • 3 comments

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.

ghost avatar Sep 24 '18 16:09 ghost

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.

almic avatar Oct 28 '18 01:10 almic

Hi @almic Is this issue open?

ghost avatar Jan 29 '19 19:01 ghost

Is showing scrollbar feature available now?

mostafaimran avatar Jun 15 '22 10:06 mostafaimran