Mpandroidchart: disable scaling on the Y axis?

Created on 6 Mar 2015  路  7Comments  路  Source: PhilJay/MPAndroidChart

Is there any simple (implemented in library) solution to disable scaling (zooming) on the Y axis only, so that user can zoom only on the X axis? It seems like common requirement, but I can't find it in the documentation.

thanks

enhancement

Most helpful comment

Here you go: setScaleYEnabled(false)

All 7 comments

You are right, that is not yet possible. I will include such a feature in the next release, should be pretty easy to do :-)

That would be great! Thank you!

Did you add this feature?

I don't think so.

Still not here yet? Would love to see this.

ops I was looking for this feature, gotta find another plugin now or else I may have to implement it.

Here you go: setScaleYEnabled(false)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

AndroidJiang picture AndroidJiang  路  3Comments

andreyfel picture andreyfel  路  3Comments

Giammaofwar picture Giammaofwar  路  3Comments

AiTheAnswer picture AiTheAnswer  路  3Comments

SutharRohit picture SutharRohit  路  3Comments