property Legend.Flow as LegendFlowEnum
Determines whether the legend objects are arranged from left to right or top to bottom

TypeDescription
LegendFlowEnum A LegendFlowEnum type that specifies how the legend items gets arranged. For instance:
  • exLeftToRight or 0 {number}, the legend objects are aligned left to right while the legend panel is anchored to the top or bottom side of the view. Otherwise, the legend objects are vertically arranged.
  • exTopToBottom or 1 {number}, indicates that the next legend object gets arranged to the bottom of the current legend object
By default, the Flow property is exAuto (The legend items are arranged horizontally from left to right when the legend panel is anchored to the top/bottom side of the view. Alternatively, they are arranged vertically from top to bottom when the legend panel is anchored to the left/right side of the view). 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. The Reverse property reverses the order of the items within the legend.