onbrush method

void onbrush(
  1. dynamic domain
)

Set callback for brush event. Specified function receives the current zoomed x domain.

Implementation

external void onbrush(dynamic domain);