ArrangeLegendsVertically Property

 

The ArrangeLegendsVertically property returns or sets the state the Arrange legends option when multiple maps are represented in a legend.  Returns a Boolean.

 

Syntax

object.ArrangeLegendsVertically

object.ArrangeLegendsVertically( ArrangeLegendsVertically )

 

Parameter

Type

Description

ArrangeLegendsVertically

Boolean

required; true to arrange contents vertically, false to arrange contents horizontally

 

Example 1

This example arranges the layer legends vertically in a legend.

 

Legend.ArrangeLegendsVertically = True

 

Example 2

This example returns the state of the legend arrangement.

 

Debug.Print Legend.ArrangeLegendsVertically

 

Used by: Legend object