Mark Property

The Mark property returns or sets the bar map Increment mark option. Returns a Boolean.

 

Syntax

object.Mark

object.Mark = Mark

 

Parameter

Type

Description

Mark

Boolean

required; true to add increment marks

 

Example 1

This example returns the state of adding increment marks to a bar map.

 

Debug.Print BarMap.Mark

 

Example 2

This example adds increment marks to the bars of a bar map.

 

BarMap.Mark = True

 

Used by: BarMap object