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

botondbutuza picture botondbutuza  路  3Comments

mrZizik picture mrZizik  路  3Comments

tsengvn picture tsengvn  路  3Comments

AndroidJiang picture AndroidJiang  路  3Comments

thanhcly920 picture thanhcly920  路  3Comments