DrawDataText Property

 

The DrawDataText property returns or sets the Draw data value text option for bar maps. Returns a Boolean.

 

Syntax

object.DrawDataText

object.DrawDataText = DrawDataText

 

Parameter

Type

Description

DrawDataText

Boolean

required; true to draw data value text labels

 

Example 1

This example returns the state of drawing data text.

 

Debug.Print BarMap.DrawDataText

 

Example 2

This example enables the drawing of text for bars.

 

BarMap.DrawDataText = True

 

Used by: BarMap object