Click or drag to resize
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.QC
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void SetX(
	double[] x
)

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