Search
Chart.setTitle Method
See Also
 






Sets the title of this Chart.

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

 Syntax

Java  Copy Code

public void setTitle (
    String value
)

 Parameters

value

A String value.

 See Also