GaugeDataRangeCollection Property |
|
DataPA OpenAnalytics 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 public RangeCollection RangeCollection { get; set; }
Public Property RangeCollection As RangeCollection
Get
Set
public:
virtual property RangeCollection^ RangeCollection {
RangeCollection^ get () sealed;
void set (RangeCollection^ value) sealed;
}
function get_RangeCollection();
function set_RangeCollection(value);
Property Value
Type:
RangeCollectionThe range collection for the Gauge object
Return Value
Type:
RangeCollectionThe range collection for the Gauge object
Remarks See Also