ReverseOrder Property

ReverseOrder returns or sets the classed post map reverse legend item order state.

The ReverseOrder property reverses the order of the class list display. It has a Boolean value. If the value is 'True', the class with the largest values is at the top of the list. If the value is set to 'False', the class with the smallest values is at the top of the list.

Syntax

object.ReverseOrder

object. ReverseOrder = Reverse

Parameter

Type

Description

Reverse

Boolean

required

Example 1

This example demonstrates how to return whether or not the legend items are displayed in reverse order.

Debug.Print PostLegend.ReverseOrder

Example 2

This example demonstrates how to display legend items in reverse order.

PostLegend.ReverseOrder = True

Used by: PostLegend object