DrawPercentage Property

 

The DrawPercentage property returns or sets the state of the pie map Draw multi-variable percentage text option. Returns a Boolean.

 

Syntax

object.DrawPercentage

object.DrawPercentage = DrawPercentage

 

Parameter

Type

Description

DrawPercentage

Boolean

required; true to draw percentage text labels

 

Example 1

This example returns the state of drawing the percentage values on a pie map.

 

PieMap.DrawPercentage = True

 

Example 2

This example displays the percentage values on a pie map.

 

PieMap.DrawPercentage = True

 

Used by: PieMap object