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