Constructs a Pie chart object.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Pie(
Chart chart
)
Public Sub New (
chart As Chart
)
public:
Pie(
Chart^ chart
)
new :
chart : Chart -> Pie
Parameters
- chart
- Type: Imsl.Chart2DChart
A Chart which specifies the parent of this node.
Remarks
The "Viewport" attribute for this node is set to [0.2,0.8] by
[0.2,0.8].
See Also