GaugeInputValueFormulas Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of calculation to perform on the values represented by Value if more than one value is present.
public enum class GaugeInputValueFormulas
public enum GaugeInputValueFormulas
type GaugeInputValueFormulas =
Public Enum GaugeInputValueFormulas
- Inheritance
-
GaugeInputValueFormulas
Fields
Name | Value | Description |
---|---|---|
None | 0 | The None gauge input value formula. |
Average | 1 | The Average gauge input value formula. |
Linear | 2 | The Linear gauge input value formula. |
Max | 3 | The Maximum gauge input value formula. |
Min | 4 | The Minimum gauge input value formula. |
Median | 5 | The Median gauge input value formula. |
OpenClose | 6 | The Open and Close gauge input value formula. |
Percentile | 7 | The Percentile gauge input value formula. |
Variance | 8 | The Variance gauge input value formula. |
RateOfChange | 9 | The Rate Of Change gauge input value formula. |
Integral | 10 | The Integral gauge input value formula. |