constants LegendFlowEnum
The LegendFlowEnum type determines whether the legend objects are arranged from left to right or top to bottom. The Flow property specifies whether the legend objects are arranged from left to right or top to bottom. The LegendFlowEnum type supports the following values:

NameValueDescription
exAuto-1 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.
exLeftToRight0 The exLeftToRight mode indicates that the next legend object gets arranged to the right of the current legend object
exTopToBottom1 The exTopToBottom mode indicates that the next legend object gets arranged to the bottom of the current legend object