My graph is crashing when i pinch zoom it without the property set in xml:
app:egShowValueIndicator="false"
and if i set it to true it suddenly stops crashing.
And i want to stop pinch zoom what is the xml or java property to stop that ? I have tried touchListener to null but it is not effecting the situation.
My graph is crashing when i pinch zoom it without the property set in xml:
and if i set it to true it suddenly stops crashing. And i want to stop pinch zoom what is the xml or java property to stop that ? I have tried touchListener to null but it is not effecting the situation.