The Title object is used to store the display attributes of the XYPlot title. An Title object is automatically created when creating a XYPlot object.
import visualization session.defaultPlot.title session.xyPlots[name].title
This method modifies the Title object.
Required arguments
Optional arguments
A Title object from which attributes are to be copied.
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.
An Area object specifying the area of the title.
A Boolean specifying whether to show the default title. The default value is OFF.
A TextStyle object specifying the text properties used to display the legend title.
Return value
Exceptions
The Title object can have the following members:
A Boolean specifying whether to show the default title. The default value is OFF.
An Area object specifying the area of the title.
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.
A TextStyle object specifying the text properties used to display the legend title.