IMSL C# Numerical Library

Bar Constructor

Constructs a bar chart.

Overload List

Constructs a bar chart.

public Bar(AxisXY);

Constructs a simple bar chart using supplied y data.

public Bar(AxisXY,double[]);

Constructs a simple bar chart using supplied x and y data.

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

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

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

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

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

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

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

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

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

See Also

Bar Class | Imsl.Chart2D Namespace