GraphPosXOffset Property

 

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

 

Syntax

object.GraphPosXOffset

object.GraphPosXOffset = Offset

 

Parameter

Type

Description

Offset

Double

required; in page units

 

Remarks

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

 

Example 1

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

 

Debug.Print LineGraphMap.GraphPosXOffset

 

Example 2

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

 

LineGraphMap.GraphPosXOffset=0.05

 

Used by: LineGraphMap object