BarPosXOffset Property

The BarPosXOffset property returns or sets the User defined centroid offset X position for a bar map. Returns a double.

 

Syntax

object.BarPosXOffset

object.BarPosXOffset = BarPosXOffset

 

Parameter

Type

Description

BarPosXOffset

Double

required; in page units

 

Remarks

The BarPosOffsetType Property (bar position offset) must be set to MVPosOffsetUser prior to setting the BarPosXOffset property.

 

Example 1

This example demonstrates how to return the state of the bar position X offset.

 

Debug.Print BarMap.BarPosXOffset

 

Example 2

This example makes the bar position X offset to 2.5 for a bar map.

 

BarMap.BarPosXOffset = 2.5

 

Used by: BarMap object