Bar Constructor (AxisXY, Double) |
Constructs a stacked, grouped bar chart using supplied y data.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Bar(
AxisXY axis,
double[][][] y
)
Public Sub New (
axis As AxisXY,
y As Double()()()
)
public:
Bar(
AxisXY^ axis,
array<array<array<double>^>^>^ y
)
new :
axis : AxisXY *
y : float[][][] -> Bar
Parameters
- axis
- Type: Imsl.Chart2DAxisXY
A AxisXY which is the parent of this node.
- y
- Type: SystemDouble
A double[] which contains the y data for
the stacked, grouped bar chart. The first index refers to the stack,
the second refers to the group and the third refers to the x
position.
See Also