Mpandroidchart: Cannot disable pinch zoom

Created on 20 Mar 2015  路  4Comments  路  Source: PhilJay/MPAndroidChart

I have setPinchZoom to false but I can still pinch zoom the bar chart

besides, can I disable bar selection feature and hide the dataset legend at the bottom of the x axis?

thanks!

Most helpful comment

Disable all zooming:
chart.setScaleEnabled(false)

Disable highlight / selection:
chart.setHighlightEnabled(false)

Disable legend:
chart.getLegend().setEnabled(false)

All 4 comments

Disable all zooming:
chart.setScaleEnabled(false)

Disable highlight / selection:
chart.setHighlightEnabled(false)

Disable legend:
chart.getLegend().setEnabled(false)

Not Working for 3.0.3

How to disable setHoleRadius() circle click events?

i am using MPChartLib in android

how to enable pinch zoom in candle stick charts?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JungYongWook picture JungYongWook  路  3Comments

AndroidJiang picture AndroidJiang  路  3Comments

vishvendu picture vishvendu  路  3Comments

rohitkumarbhagat picture rohitkumarbhagat  路  3Comments

Nima9Faraji picture Nima9Faraji  路  3Comments