TitleOffset1 Property
TitleOffset1 returns or sets the title offset along the axis in page units. This moves the title parallel along the axis. Returns a double.
Syntax
object. TitleOffset1
object. TitleOffset1 = Off1
Parameter |
Type |
Description |
Off1 |
Double |
required |
Example 1
This example demonstrates how to return the offset a title parallel to its axis.
Debug.Print Axis.TitleOffset1
Example 2
This example demonstrates how to offset a title two page units greater that the center of its axis.
Axis.TitleOffset1 = 2
Used by: Axis object