[C#] | public void set3D([ int depth [, double angle [, bool shadowMode ]]]); |
[VB] | Public Sub set3D([ depth As Integer [, angle As Double [, shadowMode As Boolean ]]]) |
ChartDirector 7.1 (.NET Edition)
PieChart.
Usage
[C#] | public void set3D([ int depth [, double angle [, bool shadowMode ]]]); |
[VB] | Public Sub set3D([ depth As Integer [, angle As Double [, shadowMode As Boolean ]]]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
depth | -1 | The 3D depth of the pie in pixels. -1 means the depth is automatically determined. |
angle | -1 | The 3D view angle in degrees. Must be 0 - 90 for standard 3D mode, and 0 - 360 in shadow 3D mode. -1 means the angle is automatically determined. |
shadowMode | false | Flag to indicate whether the pie is in standard 3D or shadow 3D mode. A true value means shadow 3D mode. A false value means standard 3D mode. |
Return Value