Proportional Property

The Proportional property returns or sets the bar map Proportional across variables option. Returns a Boolean.

 

Syntax

object.Proportional

object.Proportional = Proportional

 

Parameter

Type

Description

Proportional

Boolean

required; true to make all variables proportional

 

Example 1

This example returns the state of having proportional variables.

 

Debug.Print BarMap.Proportional

 

Example 2

This example creates proportional bars.

 

BarMap.Proportional = True

 

Used by: BarMap object