TitleAnchor Property

The TitleAnchor property returns/sets the plot title relative to the coordinates of the plot line. Returns a grfTitleAnchor.

Syntax

object.TitleAnchor

object.TitleAnchor =TitleAnchor

 

Parameter Type Description
TitleAnchor grfTitleAnchor required. Start of line, middle of line, end of line

 

Example 1

'Set the title to anchor at the start of the plot line

linescatterplot.TitleAnchor = grfTitleAnchorStart

Example 2

'Set the title to anchor at the middle of the plot line

linescatterplot.TitleAnchor = grfTitleAnchorMiddle

 

Used by: AutoPlot object