Click or drag to resize
Range Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Object representing a range for a Gauge
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardRange

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

The Range type exposes the following members.

Constructors
  NameDescription
Public methodRange
Creates and returns a new object
Public methodRange(RangeCollection)
Creates and returns a new object
Public methodRange(RangeCollection, RangeValue, RangeValue, Color)
Creates and returns a new object
Top
Methods
Fields
Properties
  NameDescription
Public propertyColour
Gets and sets the colour to be used when rendering this range
Public propertyGuid
Gets ans sets the Guid for this object
Public propertyID
Gets the unique ID of this object
Public propertyLabel
Gets and sets the label for this range
Public propertyMaximum
Gets and sets a RangeValue object that represents the Maximum value for this range
Public propertyMinimum
Gets and sets a RangeValue object that represents the minimum value for this range
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 of this object
Public propertyRangeType
Gets the type of range this range object represents
Public propertyRangeTypeDescription
Gets the string used to display this range
Public propertyShow
Gets ans sets a value that indicates if this range should be shown
Top
Remarks