Search
Chart.getMaxLegendItemsPerColumn Method
See Also
 






Gets the maximum count of legend items that can be rendered in a single column in the legend.

Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing

 Syntax

Java  Copy Code

public int getMaxLegendItemsPerColumn ()

 Return Value

An integer, greater than 0 and equal to or smaller than the count of data items rendered by the legend.

 See Also