Click or drag to resize
Range Constructor (RangeCollection, RangeValue, RangeValue, Color) 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 Range(
	RangeCollection Parent,
	RangeValue Min,
	RangeValue Max,
	Color Colour
)

Parameters

Parent
Type: DataPAEnterpriseDashboardRangeCollection
The parent of this object
Min
Type: DataPAEnterpriseDashboardRangeValue
The minimum value for this range
Max
Type: DataPAEnterpriseDashboardRangeValue
The maximum value for this range
Colour
Type: System.DrawingColor
The colour of this range
Remarks