Thickness Property

The Thickness property returns or sets the bar map 3D bar thickness. Returns a double.

 

Syntax

object.Thickness( VariableIndex )

object.Thickness( VariableIndex ) = Thickness

 

Parameter

Type

Description

VariableIndex

Integer

required; variable number

Thickness

Double

required; thickness in page units

 

Example 1

This example returns the 3D thickness value for the second variable.

 

Debug.Print BarMap.Thickness(2)

 

Example 2

This example sets the 3D thickness value to 0.25 for the second variable.

 

BarMap.Thickness(2)=0.25

 

Used by: BarMap object