Legend.Columns Property
Gets or sets the number of columns to be used.
Syntax
public System.Int32 Columns { get; set; }
Property Value
Default: 1
How many columns you want in the legend.
Remarks
Sometimes, a legend may produce fewer columns than specified. For example, if the legend contains four items and you specify three columns, then there cannot be one item per column, so there will be two items per column, and therefore only two columns.
Platforms
Windows, Linux, Android