Click or drag to resize
XmR Constructor
Creates an XmR chart given sample data.

Namespace: Imsl.Chart2D.QC
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public XmR(
	AxisXY axis,
	double[] x
)

Parameters

axis
Type: Imsl.Chart2DAxisXY
The AxisXY parent of this node.
x
Type: SystemDouble
An array containing sample data.
See Also