Bar3DFace Property

The Bar3DFace property returns or sets the 3D bar state of a bar map. Returns a Boolean.

 

Syntax

object.Bar3DFace

object.Bar3DFace = Bar3DFace

 

Parameter

Type

Description

Bar3DFace

Boolean

required; true to use 3D bars

 

Example 1

This example enables 3D bar faces for a bar map.

 

BarMap.Bar3DFace = True

 

Example 2

This example returns the state of 3D bar faces for a bar map.

 

Debug.Print BarMap.Bar3DFace

 

Used by: BarMap object