IMSL C# Numerical Library

ShewhartControlChart.SetX Method

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.

Overload List

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[]);

Inherited from AbstractChartNode.

public virtual void SetX(object);

See Also

ShewhartControlChart Class | Imsl.Chart2D.QC Namespace