XbarS Constructor (AxisXY, Double) |
Creates an XBarS chart from sample data using within sample standard deviations.
Namespace: Imsl.Chart2D.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public XbarS(
AxisXY axis,
double[,] x
)
Public Sub New (
axis As AxisXY,
x As Double(,)
)
public:
XbarS(
AxisXY^ axis,
array<double,2>^ x
)
new :
axis : AxisXY *
x : float[,] -> XbarS
Parameters
- axis
- Type: Imsl.Chart2DAxisXY
The AxisXY parent of this node.
- x
- Type: SystemDouble
A two-dimensional array containing sample data.
The data of the i-th sample is in x[i,*].
See Also