IMSL C# Numerical Library

Bar Constructor (AxisXY, Double[][])

Constructs a grouped bar chart using supplied x and 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 grouped bar chart. The first index refers to the group and the second refers to the x position.

See Also

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