Creates an XmR chart given sample data.
Namespace: Imsl.Chart2D.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public XmR(
AxisXY axis,
double[] x
)
Public Sub New (
axis As AxisXY,
x As Double()
)
public:
XmR(
AxisXY^ axis,
array<double>^ x
)
new :
axis : AxisXY *
x : float[] -> XmR
Parameters
- axis
- Type: Imsl.Chart2DAxisXY
The AxisXY parent of this node.
- x
- Type: SystemDouble
An array containing sample data.
See Also