onzoom method

void onzoom(
  1. dynamic domain
)

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

Implementation

external void onzoom(dynamic domain);