RangeMaximum Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a RangeValue object that represents the Maximum value for this range
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public RangeValue Maximum { get; set; }
Public Property Maximum As RangeValue
Get
Set
public:
virtual property RangeValue^ Maximum {
RangeValue^ get () sealed;
void set (RangeValue^ value) sealed;
}
function get_Maximum();
function set_Maximum(value);
Property Value
Type:
RangeValueA RangeValue object that represents the Maximum value for this range
Return Value
Type:
RangeValueA RangeValue object that represents the Maximum value for this range
Remarks See Also