BetweenFillDirection Property
The BetweenFillDirection property returns/sets the direction of the between fill. Returns a Long.
Syntax
object.BetweenFillDirection
object.BetweenFillDirection = BetweenFillDirection
Parameter | Type | Description |
BetweenFillDirection | long | required, grfOrientation |
Example
This example shows how to set the between fill direction for the first between fill to horizontal.
Graph.BetweenFillDirection(1) = grfHorizontal
Used by: AutoGraph object