MPAndroidChart icon indicating copy to clipboard operation
MPAndroidChart copied to clipboard

setDrawTopYLabelEntry analogue for BottomYLabel?

Open Zarathustrius opened this issue 2 years ago • 0 comments

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!

Zarathustrius avatar Aug 14 '23 17:08 Zarathustrius