Search
Chart.getLegendLanes Method
See Also
 






Gets the number of columns or rows to use when layouting items inside the legend, or null, to use the default number of columns or rows, which is 1.

Namespace: com.mindfusion.spreadsheet.charts
Package: com.mindfusion.spreadsheet.charts

 Syntax

Java  Copy Code

public Integer getLegendLanes ()

 Return Value

 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