IMSL C# Numerical Library

ShewhartControlChart.SetX 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.

public virtual void SetX(
   double[] x
);

Parameters

x
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

ShewhartControlChart Class | Imsl.Chart2D.QC Namespace | ShewhartControlChart.SetX Overload List