Version

Precision Property

Precision used for this marker to point out values. Enable this marker to "snap to" distinct values on the parent gauge by setting this property to a non-zero value.
Syntax
'Declaration
 
Public Overridable Property Precision As Object
public virtual object Precision {get; set;}
Remarks

The functionality provided through this property is that of a gauge which only measures in distinct increments. This reduces ambiguity in reading the gauge, and also prevents the marker from "twitching" when the input value is changing rapidly in very small increments.

For example, if a gauge is set to display the CPU usage every 100 milliseconds (WinGauge), the marker will appear to shake rapidly around one value when the computer is idle. Set the Precision property to .5 so changes of less than .5 will not be displayed.

More examples: If this property is set to .5, a Value of 23.3 will be rounded to 23.5. If this property is set to 2.0, a Value of 23.3 will be rounded to 24.0.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also