BarPosYOffset Property

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

 

Syntax

object.BarPosYOffset

object.BarPosYOffset = BarPosYOffset

 

Parameter

Type

Description

BarPosYOffset

Double

required; in page units

 

Remarks

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

 

Example 1

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

 

Debug.Print BarMap.BarPosYOffset

 

Example 2

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

 

BarMap.BarPosYOffset = 2.5

 

Used by: BarMap object