Search
Chart.setSubtitle Method
See Also
 






Sets the sub-title of this Chart.

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

 Syntax

Java  Copy Code

public void setSubtitle (
    String value
)

 Parameters

value

A String instance.

 See Also