Creates a Polar object.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Polar(
Chart chart
)
Public Sub New (
chart As Chart
)
public:
Polar(
Chart^ chart
)
new :
chart : Chart -> Polar
Parameters
- chart
- Type: Imsl.Chart2DChart
A Chart which specifies the parent of this node.
See Also