Click or drag to resize
Axis Constructor
Contructs an Axis node.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
protected Axis(
	Chart chart
)

Parameters

chart
Type: Imsl.Chart2DChart
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