horizontalRange property

List<double>? horizontalRange
getter/setter pair

Range ratio of coordinate width to coordinate region width.

The list should have 2 items of start and end.

Coordinate region see details in Coord.

If null, a default [0, 1] is set, meaning the same with coordinate region width.

Implementation

List<double>? horizontalRange;