Easy Tutorial
❮ Met Canvas Filltext Prop Search Required ❯

Meter high Property

Meter Object

Example

Change the value of the high property in the gauge:


Definition and Usage

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

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


Browser Support

All major browsers support the high property except Internet Explorer.

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


Syntax

Return the high property:

Set the high property:

Property Values

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

Technical Details

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


More Examples

Example

Return the value of the high property in the gauge:

x Output result:


Related Articles

HTML Reference: HTML <meter> high Attribute


Meter Object

❮ Met Canvas Filltext Prop Search Required ❯