FillToBase Property
Syntax
CWPlot.FillToBase
Data Type
Purpose
Fills the area between the plot and the values set for CWPlot.BaseValue or CWPlot.BasePlot.
Example
'Fills the space between the first and second plot on the graph with red
CWGraph1.Plots.Item(1).FillToBase = True
Set CWGraph1.Plots.Item(1).BasePlot = CWGraph1.Plots.Item(2)
CWGraph1.Plots.Item(1).FillColor = vbRed