Constructs a bar chart.
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[][][]);
Bar Class | Imsl.Chart2D Namespace