Constructs a bar chart.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Bar(
AxisXY axis
)
Public Sub New (
axis As AxisXY
)
public:
Bar(
AxisXY^ axis
)
new :
axis : AxisXY -> Bar
Parameters
- axis
- Type: Imsl.Chart2DAxisXY
A AxisXY which is the parent of this node.
See Also