GraphPosYOffset Property

 

The GraphPosYOffset property returns or sets the graph position Y offset for a line graph map. Returns a double.

 

Syntax

object.GraphPosYOffset

object.GraphPosYOffset = Offset

 

Parameter

Type

Description

Offset

Double

required; in page units

 

Remarks

To define the Y offset, the graph position offset (GraphPosOffsetType Property) must be set to user defined (mvPosOffsetUser).

 

Example 1

This example returns the Y offset for the graph position of a line graph map.

 

Debug.Print LineGraphMap.GraphPosYOffset

 

Example 2

This example sets the graph Y offset value to 0.05 for a line graph map.

 

LineGraphMap.GraphPosYOffset=0.05

 

Used by: LineGraphMap object