MPAndroidChart
MPAndroidChart copied to clipboard
setDrawTopYLabelEntry analogue for BottomYLabel?
Is there a chance to get a feature to hide/show BottomYLabel of the LineChart's YAxis, just like it works for TopYLabel (by setDrawTopYLabelEntry(boolean))?
As far as I see, a private flag mDrawBottomYLabelEntry (YAxis.java) probably does the work, but there's no public setter for it., so it's always TRUE.. (
Any ideas?
Thank you!