BoxPlot Constructor (AxisXY, Double) |
Constructs a box plot chart.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public BoxPlot(
AxisXY axis,
double[][] obs
)
Public Sub New (
axis As AxisXY,
obs As Double()()
)
public:
BoxPlot(
AxisXY^ axis,
array<array<double>^>^ obs
)
new :
axis : AxisXY *
obs : float[][] -> BoxPlot
Parameters
- axis
- Type: Imsl.Chart2DAxisXY
An AxisXY which is the parent of this node.
- obs
- Type: SystemDouble
A double[] containing the observations.
Remarks
The length of each row in obs must be at least 4.
See Also