Click or drag to resize
RangeValue Constructor (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(
	RangeValueValueTypeEnum ValueType,
	decimal FixedValue
)

Parameters

ValueType
Type: DataPAEnterpriseDashboardRangeValueValueTypeEnum
The type of value
FixedValue
Type: SystemDecimal
The fixed value
Remarks