IMSL C# Numerical Library

AxisXY Constructor 

Creates an AxisXY.

public AxisXY(
   Chart chart
);

Parameters

chart
A Chart which is the parent of this node.

Remarks

This also creates two Axis1D nodes as children of this node. They hold the decomposed mapping. The "Viewport" attribute for this node is set to [0.2,0.8] by [0.2,0.8].

See Also

AxisXY Class | Imsl.Chart2D Namespace