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.0.0

Syntax

C#
public virtual void SetX(
	double[] x
)
Visual Basic (Declaration)
Public Overridable Sub SetX ( _
	x As Double() _
)
Visual C++
public:
virtual void SetX(
	array<double>^ x
)

Parameters

x
Type: array< System..::.Double >[]()[]
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