detachTap( fnFunction, oListener ) method

Detach event handler <code>fnFunction</code> from the 'tap' event of this <code>sap.apb.makit.Chart</code>.




The passed function and listener object must match the ones used for event registration.

Syntax

detachTap( fnFunction, oListener ) → {sap.apb.makit.Chart}

Parameters

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.

Returns

<code>this</code> to allow method chaining

Type:

sap.apb.makit.Chart

Source

makit/Chart.API.js, line 198.