Search
EventSeries.setTitle Method
See Also
 






Sets the series' title.

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

 Syntax

Java  Copy Code

public void setTitle (
    String value
)

 Parameters

value

A String containing the title.

 See Also