Creates an AxisXY.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public AxisXY( Chart chart ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ chart As Chart _ ) |
Visual C++ |
---|
public: AxisXY( Chart^ chart ) |
Parameters
- chart
- Type: Imsl.Chart2D..::.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].