Gauge Members
In This Article
#Constructors
Name | Description |
---|---|
Gauge() | Initializes a new instance of the Gauge class. |
Gauge |
Initializes a new instance of the Gauge class with the specified measures used to calculate its actual and target values. |
Gauge |
Initializes a new instance of the Gauge class with the specified measure used to calculate its actual value. |
#Properties
Name | Description |
---|---|
Absolute |
Provides access to the format settings for absolute variation values.
Inherited from Kpi |
Actual |
Gets or sets a measure that provides data for calculating the actual value.
Inherited from Kpi |
Custom |
Gets custom properties available for the current data item container.
Inherited from Data |
Delta |
Provides access to options that control how the difference between actual and target values should be displayed.
Inherited from Kpi |
Maximum | Gets or sets the maximum value of the gauge scale. |
Minimum | Gets or sets the minimum value of the gauge scale. |
Name |
Gets or sets the name of the data item container.
Inherited from Named |
Percent |
Provides access to the format settings for percent of target values.
Inherited from Kpi |
Percent |
Provides access to the format settings for percent variation values.
Inherited from Kpi |
Scale |
Specifies the numeric display format the chart axis data uses. |
Target |
Gets or sets a measure that provides data for calculating the target value.
Inherited from Kpi |
#Methods
Name | Description |
---|---|
Add |
For internal use.
Inherited from Data |
Begin |
For internal use.
Inherited from Named |
Dispose() |
Releases resources associated with a Named |
End |
For internal use.
Inherited from Named |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Gets the item’s name displayed in the dashboard.
Inherited from Named |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also