MindFusion.Charting for Java Programmer's Guide
Chart.setTitle Method
See Also
 






  Gauges

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