MaxHeight Property [BarMap]

The MaxHeight property returns or sets the bar map Max height value. Returns a double.

 

Syntax

object.MaxHeight( VariableIndex )

object.MaxHeight( VariableIndex ) = MaxHeight

 

Parameter

Type

Description

VariableIndex

Integer

required; variable number

MaxHeight

Double

required; in page units

 

Example 1

This example returns the maximum height for the first variable.

 

Debug.Print BarMap.MaxHeight(1)

 

Example 2

This example sets the maximum height for  the first variable to 0.9.

 

BarMap.MaxHeight(1)=0.9

 

Used by: BarMap object