IMSL C# Numerical Library

CuSumStatus.SetX Method

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

Overload List

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

public override void SetX(double[]);

Inherited from AbstractChartNode.

public virtual void SetX(object);

See Also

CuSumStatus Class | Imsl.Chart2D.QC Namespace