Click or drag to resize
CuSumStatusSetX Method (Double)
Sets the x-coordinates of the bars. This also sets the "BarWidth" attribute to (x[1]-x[0])/2.

Namespace: Imsl.Chart2D.QC
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public override void SetX(
	double[] x
)

Parameters

x
Type: SystemDouble
An array containing the x-coordinates. Its length must equal the length of the data array used to construct this object.
See Also