Jsonzsl
Jsonzsl

Reputation: 13

MPAndroidchart-CombinedChart don't draw start zero?

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.

Upvotes: 0

Views: 589

Answers (1)

Raymond Arteaga
Raymond Arteaga

Reputation: 4673

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

Upvotes: 1

Related Questions