Search
Axis.setTitle Method
See Also
 






Sets the title for this Axis.

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

 Syntax

Java  Copy Code

public void setTitle (
    String value
)

 Parameters

value

A string that specifies the title.

 See Also