TitleOffsetVertical Property

TitleOffsetVertical returns or sets the vertical title offset from the continuous or discrete color scale bar in page units. Returns a double.

Syntax

object. TitleOffsetVertical

object. TitleOffsetVertical = TitleOffsetVertical

Parameter

Type

Description

TitleOffsetVertical

Double

required

Remarks

Positive values offset the title up. Negative values offset the title down.

Example 1

This example demonstrates how to return the horizontal title offset for a color scale bar.

Debug.Print ColorScale.TitleOffsetVertical

Example 2

This example demonstrates how to offset a title two page units up.

ColorScale.TitleOffsetVertical = 2

Used by: ColorScale Object