TitleOffset2 Property

TitleOffset2 returns or sets the title offset from the axis in page units. This moves the title perpendicular to the axis. Returns a double.

Syntax

object. TitleOffset2

object. TitleOffset2 = Off2

Parameter

Type

Description

Off2

Double

required

Example 1

This example demonstrates how to return the offset of a title perpendicular to its axis.

Debug.Print Axis.TitleOffset2

Example 2

This example demonstrates how to offset a title by one page unit outside its axis.

Axis.TitleOffset2 = 1

Used by: Axis object