ControlLimitControlLimitValue Property |
The attribute "ControlLimitValue".
This is the y-coordinate at which the line is drawn.
Its default value is zero.
Namespace: Imsl.Chart2D.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double ControlLimitValue { get; set; }
Public Overridable Property ControlLimitValue As Double
Get
Set
public:
virtual property double ControlLimitValue {
double get ();
void set (double value);
}
abstract ControlLimitValue : float with get, set
override ControlLimitValue : float with get, set
Property Value
Type:
DoubleSee Also