ShewhartControlChartSetX Method (Double) |
Sets the x-coordinates of the data.
The "X" chart attribute of each ControlLimit
added to this chart is also set.
If not set, the values 0, 1, 2, ... are used.
Namespace: Imsl.Chart2D.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetX(
double[] x
)
Public Overridable Sub SetX (
x As Double()
)
public:
virtual void SetX(
array<double>^ x
)
abstract SetX :
x : float[] -> unit
override SetX :
x : float[] -> unit
Parameters
- x
- Type: SystemDouble
An array containing the x-coordinates. The length of
x must equal the length of the data array used to construct
this object.
See Also