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

Syntax

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

Parameters

x
Type: array< System..::.Double >[]()[]
An array containing the x-coordinates. Its length must equal the length of the data array used to construct this object.

See Also