Search
Chart.setMaxLegendItemsPerColumn Method
See Also
 






Sets 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 void setMaxLegendItemsPerColumn (
    int value
)

 Parameters

value

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

 See Also