AllowNegativeBar Property

The AllowNegativeBar property returns or sets the state of negative bars for a bar map. Returns a Boolean.

 

Syntax

object.AllowNegativeBar

object.AllowNegativeBar = AllowNegativeBar

 

Parameter

Type

Description

AllowNegativeBar

Boolean

required; true to add negative bars

 

Example 1

This example shows how to display negative bars.

 

BarMap.AllowNegativeBar = True

 

Example 2

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

 

Debug.Print BarMap.AllowNegativeBar

 

Used by: BarMap object