Removing Action Mappings
To remove an existing action mapping, use the Remove method to remove the action mapping from the collection:
With Chart2D1.ActionMaps
.Remove WM_LBUTTONDBLCLK, 0, 0
End With
Note that Remove generates an exception if the action does not exist.