IMSL C# Numerical Library

BoxPlot Constructor

Constructs a box plot chart node with specified x values.

Overload List

Constructs a box plot chart node with specified x values.

public BoxPlot(AxisXY,double[],Statistics[]);

Constructs a box plot chart node with specified x values.

public BoxPlot(AxisXY,double[],double[][]);

Constructs a box plot chart.

public BoxPlot(AxisXY,double[][]);

See Also

BoxPlot Class | Imsl.Chart2D Namespace