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

newbiebie picture newbiebie  路  3Comments

kwstasna picture kwstasna  路  3Comments

heumn picture heumn  路  3Comments

coop44483 picture coop44483  路  3Comments

BrandonShega picture BrandonShega  路  4Comments