IMSL C# Numerical Library

Bar Constructor (AxisXY, Double[])

Constructs a simple 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 simple bar chart

See Also

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