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.Charts
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Nullable<Int32> LegendLanes { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LegendLanes As Nullable(Of Int32) |
A nullable integer value. The default is null (Nothing in Visual Basic).
RemarksThis 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