Version

StaticGain Property

Multiplier applied to all input values.
Syntax
'Declaration
 
Public Overridable Property StaticGain As Double
public virtual double StaticGain {get; set;}
Remarks

Example: if StaticGain is set to 2.0, an input value of 10.0 will be displayed as 20.0 on the gauge. If StaticGain is set to 0.5, an input value of 10.0 will be displayed as 5.0 on the gauge.

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