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

Inheritance

Constructor

goog.ui.GaugeColoredRange(fromValuetoValuebackgroundColor)

Parameters

fromValue : number
The range start (minimal) value.
toValue : number
The range end (maximal) value.
backgroundColor : string
Color to fill the range background with.
Public Protected Private

Instance Properties

backgroundColor :
Color to fill the range background with.
Code »
fromValue :
The range start (minimal) value.
Code »
toValue :
The range end (maximal) value.
Code »

Package ui

Package Reference