Contructs an Axis node.

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

Syntax

C#
protected Axis(
	Chart chart
)
Visual Basic (Declaration)
Protected Sub New ( _
	chart As Chart _
)
Visual C++
protected:
Axis(
	Chart^ chart
)

Parameters

chart
Type: Imsl.Chart2D..::.Chart
A Chart object which is the parent of this node.

Remarks

The parent must be a Chart node. This node's "Axis" attribute has itself as a value, so that decendent nodes can easily obtain their controlling axis node.

See Also