RangeValueMinMax Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates whether this RangeValue represents a minimum of maximum value.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public RangeValueMinMaxEnum MinMax { get; }
Public ReadOnly Property MinMax As RangeValueMinMaxEnum
Get
public:
virtual property RangeValueMinMaxEnum MinMax {
RangeValueMinMaxEnum get () sealed;
}
Property Value
Type:
RangeValueMinMaxEnumA value that indicates whether this RangeValue represents a minimum of maximum value.
Return Value
Type:
RangeValueMinMaxEnumA value that indicates whether this RangeValue represents a minimum of maximum value.
Remarks See Also