5

I use MPAndroidChart RadarChart.

I want to reduce the space between the graph body and data description. (See figure below.)

image1

Which MPAndroidChart method should I use?

Ammar Tahir
  • 312
  • 4
  • 19
peishun
  • 51
  • 2
  • did you solve this? I have the same problem – Guilherme Simão Couto Oct 27 '16 at 15:23
  • See the same here http://stackoverflow.com/questions/37112855/mpandroidchart-radarchart-collapses-itself – Sleeper9 Oct 27 '16 at 17:31
  • there is the property given by the MPAndroid Chart leftAxis.setAxisMinValue(0f); rightAxis.setAxisMinValue(0f); Guess. this might help. ******for newer version****** leftAxis.setAxisMinimum(0f); rightAxis.setAxisMinimum(0f); – seon Mar 28 '18 at 11:37

0 Answers0