Click or drag to resize
Bar Constructor (AxisXY, Double, Double)
Constructs a grouped bar chart using supplied x and y data.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public Bar(
	AxisXY axis,
	double[] x,
	double[][] y
)

Parameters

axis
Type: Imsl.Chart2DAxisXY
A AxisXY which is the parent of this node.
x
Type: SystemDouble
A double[] which contains the x data for the grouped bar chart.
y
Type: SystemDouble
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