Click or drag to resize
RangeValue Constructor (Range, RangeValueValueTypeEnum, Decimal) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Creates and returns a new object

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public RangeValue(
	Range Parent,
	RangeValueValueTypeEnum ValueType,
	decimal FixedValue
)

Parameters

Parent
Type: DataPAEnterpriseDashboardRange
The parent of this object
ValueType
Type: DataPAEnterpriseDashboardRangeValueValueTypeEnum
The type of value
FixedValue
Type: SystemDecimal
The fixed value
Remarks