DataPA Enterprise Dashboard Controls 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
| C# |
|---|
public RangeValue Maximum { get; set; } |
| Visual Basic |
|---|
Public Property Maximum As RangeValue
Get
Set |
| Visual C++ |
|---|
public:
virtual property RangeValue^ Maximum {
RangeValue^ get () sealed;
void set (RangeValue^ value) sealed;
} |
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