Gauge Constructors
Contains measures that provide data for a gauge in the GaugeDashboardItem.Name | Parameters | Description |
---|---|---|
Gauge() | none | Initializes a new instance of the Gauge class. |
Gauge(Measure, Measure) | actualValue, targetValue | Initializes a new instance of the Gauge class with the specified measures used to calculate its actual and target values. |
Gauge(Measure) | actualValue | Initializes a new instance of the Gauge class with the specified measure used to calculate its actual value. |
See Also