ClearBetweenFill Method
The ClearBetweenFill method removes fill between two plots.
Syntax
object.ClearBetweenFill( index )
| Parameter | Type | Description |
| index | Short | required, fill number 1, 2, or 3 |
Example
This example shows how to turn off the first between fill.
Graph.ClearBetweenFill(1)
Used by: AutoGraph object