The Stack property returns or sets the bar map Stack bars option. Returns a Boolean.
Syntax
object.Stack
object.Stack = Stack
Parameter |
Type |
Description |
Stack |
Boolean |
required; true to stack the bars |
Example 1
This example returns the state of stacking bars.
Debug.Print BarMap.Stack
Example 2
This example stacks the bars.
BarMap.Stack = True
Used by: BarMap object