FillColor Property

Measurement Studio User Interface

FillColor Property

Syntax

CWPlot.FillColor

Data Type

Color

Purpose

Specifies the color to use for filling to the specified BaseValue or BasePlot values.

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

See Also

FillToBase