verticalRange property

List<double>? verticalRange
getter/setter pair

Range ratio of coordinate height to coordinate region height.

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 height.

Implementation

List<double>? verticalRange;