IMSL C# Numerical Library

Axis Constructor 

Contructs an Axis node.

protected Axis(
   Chart chart
);

Parameters

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

Axis Class | Imsl.Chart2D Namespace