IMSL C# Numerical Library

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

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

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

Parameters

axis
A AxisXY which is teh parent of this node.
x
A double[] which contains the x data for the stacked, grouped bar chart.
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