MoveTitle Method

The MoveTitle method moves the graph title to the specified position.

Syntax

object.MoveTitle( xOffset, yOffset )

 

Parameter Type Description
xOffset Double required, x position of title in page units
yOffset Double required, y position of title in page units

 

Example

The following example demonstrates how to move the graph title

'Move title up 0.5 inches and left 0.25 inches

Graph1.MoveTitle(-0.25, 0.5)

 

Used by: AutoGraph object