onmouseout method

void onmouseout(
  1. dynamic d, [
  2. dynamic element
])

Set a callback for mouseout event on each data point. This callback will be called when mouse cursor moves out each data point and will receive d as the argument.

  • d is the data where mouse cursor moves out. In this callback, this will be the Chart object.

Implementation

external void onmouseout(dynamic d, [dynamic element]);