PieColorForTextLead Property

 

The PieColorForTextLead property returns or sets the Use pie color for text leader option on pie maps. Returns a Boolean.

 

Syntax

object.PieColorForTextLead

object.PieColorForTextLead = PieColorForTextLead

 

Parameter

Type

Description

PieColorForTextLead

Boolean

required; true to draw the text leader the same color as the pie slice

 

Example 1

This example returns the state of using the pie slice color for the text leader line color.

 

Debug.Print PieMap.PieColorForTextLead

 

Example 2

This example makes the pie map text leader lines the same color as the corresponding pie slice.

 

PieMap.PieColorForTextLead = True

 

Used by: PieMap object