setValues(...)
This method modifies the Title object.
Required arguments
None.
Optional arguments
- title
A Title object from which attributes are to be copied.
- text
A String specifying the text to appear as a title. By default the title is set to the XYPlot object name. The default value is an empty string.
- area
An Area object specifying the area of the title.
- useDefault
A Boolean specifying whether to show the default title. The default value is OFF.
- style
A TextStyle object specifying the text properties used to display the legend title.
Return value
None.
Exceptions
None.