IMSL C# Numerical Library

CuSumStatus.SetX Method (Double[])

Sets the x-coordinates of the bars. This also sets the "BarWidth" attribute to (x[1]-x[0])/2.

public override void SetX(
   double[] x
);

Parameters

x
An array containing the x-coordinates. Its length must equal the length of the data array used to construct this object.

See Also

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