The goog.ui.GaugeColoredRange Class

goog.ui.GaugeColoredRange(fromValue, toValue, backgroundColor)

Information on how to decorate a range in the gauge. This is an internal-only class.

fromValue {number}
The range start (minimal) value.
toValue {number}
The range end (maximal) value.
backgroundColor {string}
Color to fill the range background with.

.backgroundColor {string}

Color to fill the range background with.

.fromValue {number}

The range start (minimal) value.

.toValue {number}

The range end (maximal) value.