Search
Series2D.setTitle Method
See Also
 






Sets the title of this Series2D.

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

 Syntax

Java  Copy Code

public void setTitle (
    String value
)

 Parameters

value

A string.

 See Also