IMSL C# Numerical Library

Bar Constructor (AxisXY, Double[][][])

Constructs a stacked, grouped bar chart using supplied y data.

public Bar(
   AxisXY axis,
   double[][][] y
);

Parameters

axis
A AxisXY which is the parent of this node.
y
A double[] which contains the y data for the stacked, grouped bar chart. The first index refers to the stack, the second refers to the group and the third refers to the x position.

See Also

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