DataPA Enterprise Dashboard Controls API Reference
Gets ans sets the upper range for this Gauge

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public Range UpperRange { get; set; }
Visual Basic
Public Property UpperRange As Range
	Get
	Set
Visual C++
public:
virtual property Range^ UpperRange {
	Range^ get () sealed;
	void set (Range^ value) sealed;
}

Property Value

Type: Range
The upper range for this Gauge

Return Value

Type: Range
The upper range for this Gauge

Remarks