Constructs a simple bar chart using supplied y data.

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

Syntax

C#
public Bar(
	AxisXY axis,
	double[] y
)
Visual Basic (Declaration)
Public Sub New ( _
	axis As AxisXY, _
	y As Double() _
)
Visual C++
public:
Bar(
	AxisXY^ axis, 
	array<double>^ y
)

Parameters

axis
Type: Imsl.Chart2D..::.AxisXY
A AxisXY which is the parent of this node.
y
Type: array< System..::.Double >[]()[]
A double[] which contains the y data for the simple bar chart

See Also