FillBetweenPlots Method

The FillBetweenPlots method allows you to fill the area between two plots.

Syntax

object.FillBetweenPlots( index, plot1, plot2 )

 

Parameter Type Description
index Short required, fill number 1, 2, or 3
plot1 Object required, first plot object to fill between
plot2 Object optional, second plot object to fill between

 

Example

This example shows how to set the plots to use to fill between.

Graph.FillBetweenPlots (1, Graph.Plots.Item(1), Graph.Plots.Item(2))

 

Used by: AutoGraph object

See Also

ClearBetweenFill

BetweenFill