MobileForms Toolkit Documentation

CompactChart.LegendColumns Property

Gets or sets the number of columns in which to divide the legend items.

public int LegendColumns {get; set;}

Property Value

An Int32 which specifies the number of columns to divide the legend items into. The default is 0.

Remarks

If this property is set to 0, CompactChart will do its best to lay the legend items out in a well-readable form. However, if you do not like the way the legend is lain out, you can use this property to specify the number of columns in which the legend will be lain out.

See Also

CompactChart Class | Resco.Controls.CompactChart Namespace | LegendAlign | ShowLegend