The Baseline property returns or sets the Baseline option for a bar map. Returns a Boolean.
Syntax
object.Baseline
object.Baseline = Baseline
Parameter |
Type |
Description |
Baseline |
Boolean |
required; true to add baselines |
Example 1
This example adds a base line to a bar map.
BarMap.Baseline = True
Example 2
This example returns the state of a base line for a bar map.
Debug.Print BarMap.Baseline
Used by: BarMap object