PieUni3DWallFill Property

 

The PieUni3DWallFill property returns or sets the pie map Use uniform wall fill option for 3D pies. Returns a Boolean.

 

Syntax

object.PieUni3DWallFill

object.PieUni3DWallFill = PieUni3DWallFill

 

Parameter

Type

Description

PieUni3DWallFill

Boolean

required; true to use uniform wall fill color, false to use pie slice colors

 

Example 1

This example returns the state of using a uniform wall fill for 3D pies.

 

Debug.Print PieMap.PieUni3DWallFill

 

Example 2

This example sets the wall fill for 3D pies to a uniform color.

 

PieMap.PieUni3DWallFill = True

 

Used by: PieMap object