Constructs a bar chart.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public Bar(
	AxisXY axis
)
Visual Basic (Declaration)
Public Sub New ( _
	axis As AxisXY _
)
Visual C++
public:
Bar(
	AxisXY^ axis
)

Parameters

axis
Type: Imsl.Chart2D..::.AxisXY
A AxisXY which is the parent of this node.

See Also