The maximum value of the range.
double get maxValue => _maxValue;
set maxValue(double maxValue) { this._maxValue = maxValue; }