ControlLimitSetValue Method (Double) |
Sets the value of this control limit line.
The actual value used is subject to minimum and maximum values
set as attributes to this object.
Namespace: Imsl.Chart2D.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetValue(
double y
)
Public Overridable Sub SetValue (
y As Double
)
public:
virtual void SetValue(
double y
)
abstract SetValue :
y : float -> unit
override SetValue :
y : float -> unit
Parameters
- y
- Type: SystemDouble
The y-coordinate at which this control limit line is drawn.
See Also