DataPA Enterprise Dashboard Controls API Reference
Gets and sets the range collection for the Gauge object

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

Syntax

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

Property Value

Type: RangeCollection
The range collection for the Gauge object

Return Value

Type: RangeCollection
The range collection for the Gauge object

Implements

GaugeData..::.._GaugeData..::..RangeCollection

Remarks