LinkTitleToPlot Property
The LinkTitleToPlot property returns/sets whether the plot title is linked to the plot name in the Object Manager. Returns a Boolean.
Syntax
object.LinkTitleToPlot
objectLinkTitleToPlot =LinkTitleToPlot
Parameter | Type | Description |
LinkTitleToPlot | Boolean | required |
Example #1
This example links the plot line title to the plot name.
AutoLinePlot.LinkTitleToPlot = True
Used by: AutoPlot object