The Shading property returns or sets the bar map Shaded bar face option. Returns a Boolean.
Syntax
object.Shading
object.Shading = Shading
Parameter |
Type |
Description |
Shading |
Boolean |
required; true to shade the bar face |
Example 1
This example returns the state of having shaded bars for a bar map.
Debug.Print BarMap.Shading
Example 2
This example enables bar shading for a bar map.
BarMap.Shading = True
Used by: BarMap object