Reputation: 13
I use mpandroidchart-combinedchart for Stock chart.
mpandroidchart-combinedchart
the bottom chart did not start from 0,who can help me? I try chart.getAxisLeft().setAxisMinimum(0); but it didn't work.
Upvotes: 0
Views: 589
Reputation: 4673
Try with chart.getAxisLeft().setSpaceBottom(0f)
Upvotes: 1