TitleText Property
The TitleText property has been deprecated. Use the AutoLegendTitle object Text property instead.
The TitleText property returns or sets the title text for a legend. Returns a String.
Syntax
object.TitleText
object.TitleText = TitleText
Parameter | Type | Description |
TitleText | String | required, text for legend title |
Example
This example shows how to change the title of the first legend entry.
Legend.TitleText = "New Title"
Used by: AutoLegend object