The WallFill property returns or sets the pie map Uniform will fill properties for 3D pies. Returns a FillFormat object. This is a read-only property.
Syntax
object.WallFill
Remarks
In order to define the wall fill properties, the PieUni3DWallFill property must be set to true.
Example 1
This example changes the wall fill fore color to orange for 3D pies.
PieMap.WallFill.ForeColor = mvColorOrange
Example 2
This example sets the wall fill pattern for 3D pies to "Sand."
PieMap.WallFill.Pattern = "Sand"
Used by: PieMap object