onzoomend method

void onzoomend(
  1. dynamic domain
)

Set callback that is called when zooming ends. Specified function receives the zoomed domain.

Implementation

external void onzoomend(/*Chart this*/ dynamic domain);