property Legend.Grid as String
Specifies the number of columns or rows that the legend divides its content into

TypeDescription
String A string expression the defines a string of "columns x rows" type that defines the number of columns and / or rows to arrange the legend objects. The columns and rows can be omitted. For instance:
  • "x2", defines a maxium 2-rows arrangement
  • "3 x 2", defines a maxium 3-columns or 2-rows arrangement
By default, the Grid property is "" (the number of columns, rows is not defined, so the legend objects are arranged for best fit). The Grid property specifies the number of columns or rows that the legend divides its content into. 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 Reverse property reverses the order of the items within the legend.