0

I use mpandroidchart-combinedchart for Stock chart.

enter image description here the bottom chart did not start from 0,who can help me? I try chart.getAxisLeft().setAxisMinimum(0); but it didn't work.

Yamini Balakrishnan
  • 2,361
  • 16
  • 24
Jsonzsl
  • 13
  • 6

1 Answers1

1

Try with chart.getAxisLeft().setSpaceBottom(0f)

Raymond Arteaga
  • 4,355
  • 19
  • 35