DrawDescending Property

The DrawDescending property returns or sets the draw descending legend entry order flag. Returns a Boolean.

Syntax

object.DrawDescending

object.DrawDescending = DrawDescending

 

Parameter Type Description
DrawDescending Boolean required, default = false, true to order the legend entries in the reverse of the draw order

 

Example 1

The following example demonstrates how to return the draw descending entry order state

Debug.Print Legend.DrawDescending

Example 2

The following example demonstrates how to reverse the legend entry order.

Legend.DrawDescending = True

 

Used by: AutoLegend Object