Search
Chart.setLegendLanes Method
See Also
 






Sets 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 void setLegendLanes (
    Integer value
)

 Parameters

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