Easy Tutorial
❮ Jsref Getfullyear Met Node Haschildnodes ❯

Meter low Property

Meter Object

Example

Change the value of the low property in the gauge:


Definition and Usage

The low property sets or returns the value of the low property in the gauge.

The low property specifies the range of values that are considered low for the gauge. This value must be greater than the min property value and must be less than the high and max property values.


Browser Support

All major browsers support the low property except Internet Explorer.

Note: Safari 5 and earlier versions do not support the low property.


Syntax

Return the low property:

Set the low property:

Property Values

Value Description
number Specifies a floating-point number that is considered low.

Technical Details

| Return Value: | A number, a floating-point number that is considered low. | | --- | --- |


More Examples

Example

Return the value of the low property in the gauge:

x Output result:


Related Articles

HTML Reference: HTML <meter> low Attribute


Meter Object

❮ Jsref Getfullyear Met Node Haschildnodes ❯