property Legend.Reverse as Boolean
Reverses the order of the items within the legend.

TypeDescription
Boolean A boolean expression that specifies whether the order of the items within the legend are reversed. For instance:
  • false, by default, the items are ordered by their original-position (as they were added, unless the Position property of the Serie object has not been used)
  • true, reverses the order of the items within the legend
By default, the Reverse property is false. The Reverse property reverses the order of the items within the legend. The Flow property determines whether the legend objects are arranged from left to right or top to bottom. The Dock property specifies the edge of the container the legend-window is anchored to. The Align property specifies the alignment of the legend's content. The Grid property specifies the number of columns or rows that the legend divides its content into.