mpandroidchart - Set pie chart to non touchable -
i'm using awesome plotter framework ios-charts. documentation android version states 1 can disable touch events on charts "settouchenabled(false). can't find function in ios version. "touchesbegan" might way go here? i'm new ios programming i'm not familiar touch events.
you can disable user interaction via attributes inspector or with
chartview.userinteractionenabled = false
Comments
Post a Comment