Search
LegendRenderer.setShowTitle Method
See Also
 






Sets a value indicating whether to display the legend title.

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

 Syntax

Java  Copy Code

public void setShowTitle (
    boolean value
)

 Parameters

value

true if the title is drawn; otherwise, false.

 Remarks

Use setTitle to specify the title of the legend.

 See Also