Creates an XmR chart given sample data.

Namespace: Imsl.Chart2D.QC
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public XmR(
	AxisXY axis,
	double[] x
)
Visual Basic (Declaration)
Public Sub New ( _
	axis As AxisXY, _
	x As Double() _
)
Visual C++
public:
XmR(
	AxisXY^ axis, 
	array<double>^ x
)

Parameters

axis
Type: Imsl.Chart2D..::.AxisXY
The AxisXY parent of this node.
x
Type: array< System..::.Double >[]()[]
An array containing sample data.

See Also