ControlLimitMaximumValue Property |
The maximum value of this control limit line.
Namespace: Imsl.Chart2D.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double MaximumValue { get; set; }
Public Overridable Property MaximumValue As Double
Get
Set
public:
virtual property double MaximumValue {
double get ();
void set (double value);
}
abstract MaximumValue : float with get, set
override MaximumValue : float with get, set
Property Value
Type:
DoubleIts default value is positive infinity.
See Also