Contructs an Axis node.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax protected Axis(
Chart chart
)
Protected Sub New (
chart As Chart
)
protected:
Axis(
Chart^ chart
)
new :
chart : Chart -> Axis
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