Typical settings for ItemGauge
- Last UpdatedJan 18, 2024
- 1 minute read
These are the commonly used parameters for ItemGauge.
|
Parameter |
Description |
|---|---|
|
needleScale |
Sets the gauge scale minimum and maximum values. |
|
needleRange |
Sets angles corresponding to the scale minimum and maximum. For example, 0 90 (deg) corresponds to a top left scale quarter. |
|
markerZeroRad |
The offset to add to the needleRange. When an offset is applied, the needleRange defines the needle angle excursion and not the absolute angle positions. |
|
center |
Defines the position of the needle fixed point. It is expressed in 0-1 normalized coordinates, so that 0.5 0.5 means at the center of the gauge area. |
|
markerUnitText |
Sets Unit of Measure (UOM) indication. |
|
markerUnitTextPosition |
Places the UOM indication. It is expressed in 0-1 normalized coordinates. |

Other parameters define marker ticks and scale values.
For more information, see the ItemGauge node page.