PiePosOffsetType Property

 

The PiePosOffsetType property returns or sets the Centroid offset type for a pie map. Returns a MVPosOffsetType.

 

Syntax

object.PiePosOffsetType

object.PiePosOffsetType = PiePosOffsetType

 

Parameter

Type

Description

PiePosOffsetType

MVPosOffsetType

required; offset type

 

Remarks

If you select user defined (mvPosOffsetUser), use PiePosXOffset Property and PiePosYOffset Property to set the offset amounts.

 

Example 1

This example returns the pie position offset type.

 

Debug.Print PieMap.PiePosOffsetType

 

Example 2

This example sets the pie position offset to user defined.

 

PieMap.PiePosOffsetType = mvPosOffsetUser

 

Used by: PieMap object