Click or drag to resize
BoxPlot Constructor (AxisXY, Double)
Constructs a box plot chart.

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

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