ControlLimitSetValue Method (Double) |
Sets the value of this control limit line to an array of values.
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(
array<double>^ y
)
abstract SetValue :
y : float[] -> unit
override SetValue :
y : float[] -> unit
Parameters
- y
- Type: SystemDouble
An array containing the y-coordinates of a stair step line.
See Also