I am using MPAndroidChart . I need to hide the value label marked above the bar on my BarChart. How can i do this?
Yes, there is a way.
Just call
dataSet.setDrawValues(false);
https://github.com/PhilJay/MPAndroidChart/blob/master/MPChartLib/src/com/github/mikephil/charting/renderer/BarChartRenderer.java
316 - , . . , , gradle jar, , ,
176 . , .
drawValueAboveBar, , , .
, , - TRANSPARENT.
mValuePaint.setColor() .
Source: https://habr.com/ru/post/1605823/More articles:Are characters automatically expressed in C expressions? - c ++Поверните список имен компаний в тикеры - pythonintellij thymeleaf th namespace unconnected - intellij-ideaC # application accidentally freezes when called from Process.Start () - c #How to combine @Rule and @ClassRule in JUnit 4.12 - javaScala instance of objects from String classname - reflectionHow to align fonts Amazing characters on Highcharts scatterplots? - font-awesomeFortran Multidimensional Array Performance - performanceChange class attribute locally in Perl - scopeComboBox search in a string, not just the first letter - stringAll Articles