LinearProportion Property

 

The LinearProportion property returns or sets the pie map Proportion or symbol map Proportionality options. Returns a Boolean.

 

Syntax

object.LinearProportion

object.LinearProportion = LinearProportion

 

Parameter

Type

Description

LinearProportion

Boolean

required; true for linear scaling, false for square root scaling

 

Example 1

This example sets the pie map proportional scaling to linear.

 

PieMap.LinearProportion = True

 

Example 2

This example returns the state of the proportional scaling for a pie map.

 

Debug.Print PieMap.LinearProportion

 

Used by: PieMap object, SymbolMap object