DataPA Enterprise Dashboard Controls API Reference
Gets and sets the range collection for the Gauge object
Namespace: DataPAEnterpriseDashboardAssembly: 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:
RangeCollectionThe range collection for the Gauge object
Return Value
Type:
RangeCollectionThe range collection for the Gauge object
Implements
GaugeData..::.._GaugeData..::..RangeCollectionRemarks
See Also