DataPA Enterprise Dashboard Controls 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

C#
public Range(
	RangeCollection Parent,
	RangeValue Min,
	RangeValue Max,
	Color Colour
)
Visual Basic
Public Sub New ( 
	Parent As RangeCollection,
	Min As RangeValue,
	Max As RangeValue,
	Colour As Color
)
Visual C++
public:
Range(
	RangeCollection^ Parent, 
	RangeValue^ Min, 
	RangeValue^ Max, 
	Color Colour
)

Parameters

Parent
Type: DataPAEnterpriseDashboard..::..RangeCollection
The parent of this object
Min
Type: DataPAEnterpriseDashboard..::..RangeValue
The minimum value for this range
Max
Type: DataPAEnterpriseDashboard..::..RangeValue
The maximum value for this range
Colour
Type: System.Drawing..::..Color
The colour of this range

Remarks