TitleLinked Property

The TitleLinked property returns/sets if the legend title is linked to the owning graph. If so, the entry title will change to be the same as the graph id. Returns a Boolean.

Syntax

object.TitleLinked

object.TitleLinked =TitleLinked

 

Parameter Type Description
TitleLinked Boolean required

 

Example

This example shows how to link the legend title to the object manager graph title.

Legend.TitleLinked = True

 

Used by: AutoLegend object