Click or drag to resize
RangeValue Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Object representing a value of a range for a Gauge
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardRangeValue

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
[SerializableAttribute]
public class RangeValue : _RangeValue, ISerializable

The RangeValue type exposes the following members.

Constructors
Methods
Fields
Properties
  NameDescription
Public propertyFixedValue
Gets and sets the fixed value for this object
Public propertyGuid
Gets ans sets the Guid for this object
Public propertyID
Gets the unique ID of this object
Public propertyMinMax
Gets a value that indicates whether this RangeValue represents a minimum of maximum value.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyParent
Gets and sets the parent range object for this RangeValue
Public propertyPercentageValue
Gets and sets the percentage of the full range value that is used to calculate this value
Public propertyRangeValueType
Gets ans sets the type of RangeValue represented by this object.
Public propertySummaryColumn
Gets and sets the SummaryColumn used to derive the range value
Public propertyValue
Gets the current value for this object
Top
Remarks