MindFusion.Wpf Pack Programmer's Guide
Chart.LegendLanes Property
See Also
 





Gets or sets the number of columns or rows to use when layouting items inside the legend, or null (Nothing in Visual Basic), to use the default number of columns or rows, which is 1.

Namespace: MindFusion.Spreadsheet.Wpf.Charts
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Nullable<Int32> LegendLanes { get; set; }

Visual Basic  Copy Code

Public Property LegendLanes As Nullable(Of Int32)

 Property Value

A nullable integer value. The default is null (Nothing in Visual Basic).

 Remarks

This property applies to the number of columns in a left/right-aligned legends and on the number of rows in top/bottom-aligned legends.

 See Also

Chart Members
Chart Class
MindFusion.Spreadsheet.Wpf.Charts Namespace