Search
FunctionSeries.setTitle Method
See Also
 






Sets the title of this series.

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

 Syntax

Java  Copy Code

public void setTitle (
    String value
)

 Parameters

value

A String containing series' title.

 See Also