BarColorForTextLead Property

The BarColorForTextLead property returns or sets the Use bar color for text leader option for bar maps. Returns a Boolean.

 

Syntax

object.BarColorForTextLead

object.BarColorForTextLead = BarColorForTextLead

 

Parameter

Type

Description

BarColorForTextLead

Boolean

required; true to use the bar color for the leader line

 

Example 1

This example returns the state of using the bar color for the text leader lines of a bar map.

 

Debug.Print BarMap.BarColorForTextLead

 

Example 2

This examples sets the uses the bar color for the text leader line.

 

BarMap.BarColorForTextLead = True

 

Used by: BarMap object