The PiePosYOffset property returns or sets the User defined centroid offset Y position for a pie map. Returns a double.
Syntax
object.PiePosYOffset
object.PiePosYOffset = PiePosYOffset
Parameter |
Type |
Description |
PiePosYOffset |
Double |
required; in page units |
Remarks
The PiePosOffsetType property (pie position offset) must be set to MVPosOffsetUser prior to setting the PiePosYOffset property.
Example 1
This example returns the Y offset for the pie position.
Debug.Print PieMap.PiePosYOffset
Example 2
This example sets the Y offset for a pie map to 0.1.
PieMap.PiePosYOffset = 0.1
Used by: PieMap object