The Pie3DWallHeight property returns or sets the 3D pie height value. Returns a double.
Syntax
object.Pie3DWallHeight
object.Pie3DWallHeight = Pie3DWallHeight
Parameter |
Type |
Description |
Pie3DWallHeight |
Double |
required; in page units |
Remarks
The Pie3D property must be true for the pies to appear 3D.
Example 1
This example returns the height of the 3D pie.
Debug.Print PieMap.Pie3DWallHeight
Example 2
This example sets the pie height to 0.3.
PieMap.Pie3DWallHeight = 0.3
Used by: PieMap object