The DrawPercentageOutsidePie property returns or sets the state of the pie map Text outside pie option. Returns a Boolean.
Syntax
object.DrawPercentageOutsidePie
object.DrawPercentageOutsidePie = DrawPercentageOutsidePie
Parameter |
Type |
Description |
DrawPercentageOutsidePie |
Boolean |
required; true to draw the labels outside of the pie |
Example 1
This example returns the state of drawing percentage values outside of the pie.
Debug.Print PieMap.DrawPercentageOutsidePie
Example 2
This example draws the percentage values outside of the pie.
PieMap.DrawPercentageOutsidePie = True
Used by: PieMap object