range property
List<Y>
get
range
The scale's range that specifies the output values.
Implementation
List<Y> get range;
set
range
(List<Y> range)
Implementation
set range(List<Y> range);