Charts: how to disable zooming of graph on double click?

Created on 27 Jan 2016  路  2Comments  路  Source: danielgindi/Charts

Hey I m implementing grouped bar graph and when i double click on it, Its zooming I don't want that. Can anyone please tell me how to disable it.

Most helpful comment

And in Swift of course, chartView.doubleTapToZoomEnabled = false. As simple as that :-)

All 2 comments

In Objective C, I've used:
[_chartView setDoubleTapToZoomEnabled: NO];

And in Swift of course, chartView.doubleTapToZoomEnabled = false. As simple as that :-)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Bharati555 picture Bharati555  路  4Comments

newbiebie picture newbiebie  路  3Comments

ahmedsafadii picture ahmedsafadii  路  3Comments

Shunshine07 picture Shunshine07  路  3Comments

kirti0525 picture kirti0525  路  3Comments