Search
Chart.setShowLegend Method
See Also
 






Sets a value indicating whether the Chart should render a legend.

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

 Syntax

Java  Copy Code

public void setShowLegend (
    boolean value
)

 Parameters

value

true to show the legend; otherwise, false.

 See Also