TitleOffsetHorizontal Property
TitleOffsetHorizontal returns or sets the horizontal title offset from the continuous or discrete color scale bar in page units. Returns a double.
Syntax
object. TitleOffsetHorizontal
object. TitleOffsetHorizontal = TitleOffsetHorizontal
Parameter |
Type |
Description |
TitleOffsetHorizontal |
Double |
required |
Remarks
Positive values offset the title to the right. Negative values offset the title to the left.
Example 1
This example demonstrates how to return the horizontal title offset for a color scale bar.
Debug.Print ColorScale.TitleOffsetHorizontal
Example 2
This example demonstrates how to offset a title two page units to the right.
ColorScale.TitleOffsetHorizontal = 2
Used by: ColorScale Object