currentXRange property

(double, double) get currentXRange

The x-range start, end in the root data space for the current level.

Implementation

(double start, double end) get currentXRange => currentLevel.parentXRange;