HorizontalBar Property

 

The HorizontalBar property returns or sets the bar map Draw bars horizontally option. Returns a Boolean.

 

Syntax

object.HorizontalBar

object.HorizontalBar = HorizontalBar

 

Parameter

Type

Description

HorizontalBar

Boolean

required; true to draw bars horizontally, false to draw bars vertically

 

Example 1

This example returns the state of drawing bars horizontally for a bar map.

 

Debug.Print BarMap.HorizontalBar

 

Example 2

This example makes bars horizontal on a bar map.

 

BarMap.HorizontalBar = True

 

Used by: BarMap object