RangeCollectionLowerRange Property |
|
DataPA OpenAnalytics API Reference
Gets ans sets the lower range for this Gauge
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Range LowerRange { get; set; }
Public Property LowerRange As Range
Get
Set
public:
virtual property Range^ LowerRange {
Range^ get () sealed;
void set (Range^ value) sealed;
}
function get_LowerRange();
function set_LowerRange(value);
Property Value
Type:
RangeThe lower range for this Gauge
Return Value
Type:
RangeThe lower range for this Gauge
Remarks See Also