horizontalRangeEvent property

EventUpdater<List<double>> horizontalRangeEvent

A event update for scaling and panning horizontal coordinate range.

Implementation

static EventUpdater<List<double>> get horizontalRangeEvent =>
    _getRangeUpdate(true, false);