Sets the value of this control limit line to an array of values.
Namespace:
Imsl.Chart2D.QC
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual void SetValue( double[] y ) |
Visual Basic (Declaration) |
---|
Public Overridable Sub SetValue ( _ y As Double() _ ) |
Visual C++ |
---|
public: virtual void SetValue( array<double>^ y ) |
Parameters
- y
- Type: array<
System..::.Double
>[]()[]
An array containing the y-coordinates of a stair step line.