Position Property [AutoGraphTitle, AutoPieChartTitle, AutoScaleTitle]
The Position property returns or sets the graph title position. Returns a Long.
Syntax
object.Position
object.Position = Position
Parameter | Type | Description |
Position | Long | required, grfGraphTitlePos |
Example
This example shows how to locate the graph title at the bottom center of the graph.
Graph1.title.Position = grfCenterBottom
Used by: AutoGraphTitle object, AutoPieChartTitle object, AutoScaleTitle object,