IMSL C# Numerical Library

BoxPlot Constructor (AxisXY, Double[], Statistics[])

Constructs a box plot chart node with specified x values.

public BoxPlot(
   AxisXY axis,
   double[] x,
   Statistics[] statistics
);

Parameters

axis
An AxisXY which is the parent of this node.
x
a double[] which contains the x values.
statistics
A BoxPlot.Statistics[] containing the statistics for each element in x.

Remarks

The number of BoxPlot.Statistics[] must equal x.Length.

See Also

BoxPlot Class | Imsl.Chart2D Namespace | BoxPlot Constructor Overload List