DataPA Enterprise Dashboard Controls API Reference

The RangeValue type exposes the following members.

Constructors

  Name Description
Public method RangeValue()()()()
Creates and returns a new object
Public method RangeValue(Range)
Creates and returns a new object
Public method RangeValue(RangeValue..::..ValueTypeEnum)
Creates and returns a new object
Public method RangeValue(Range, RangeValue..::..ValueTypeEnum)
Creates and returns a new object
Public method RangeValue(RangeValue..::..ValueTypeEnum, SummaryColumn)
Creates and returns a new object
Public method RangeValue(RangeValue..::..ValueTypeEnum, Decimal)
Creates and returns a new object
Public method RangeValue(Range, RangeValue..::..ValueTypeEnum, SummaryColumn)
Creates and returns a new object
Public method RangeValue(Range, RangeValue..::..ValueTypeEnum, Decimal)
Creates and returns a new object

Methods

  Name Description
Public method GetObjectData
Public method SetObjectData

Fields

  Name Description
Public field Static member ClassId
Public field Static member EventsId
Public field Static member InterfaceId

Properties

  Name Description
Public property FixedValue
Gets and sets the fixed value for this object
Public property Guid
Gets ans sets the Guid for this object
Public property ID
Gets the unique ID of this object
Public property MinMax
Gets a value that indicates whether this RangeValue represents a minimum of maximum value.
Public property Parent
Gets and sets the parent range object for this RangeValue
Public property PercentageValue
Gets and sets the percentage of the full range value that is used to calculate this value
Public property RangeValueType
Gets ans sets the type of RangeValue represented by this object.
Public property SummaryColumn
Gets and sets the SummaryColumn used to derive the range value
Public property Value
Gets the current value for this object

See Also