Detach event handler <code>fnFunction</code> from the 'doubletap' event of this <code>sap.apb.makit.Chart</code>.
The passed function and listener object must match the ones used for event registration.
detachDoubletap( fnFunction, oListener ) → {sap.apb.makit.Chart}
Name | Type | Description |
fnFunction | function | The function to call, when the event occurs. |
oListener | object | Context object on which the given function had to be called. |