FillToBaseColor Property (APlot)

Returns or sets the color used for filling the area covered by the plot and the BaseValue in the Object.

Syntax

Object.FillToBaseColor [ = clrFillToBaseColor ]

The FillToBaseColor property syntax has the following parts:

 

Name

Type

Description

Object

APlot

APlot object

clrFillToBaseColor

AColor

An integer specifying the color used for filling the area covered by the plot and the BaseValue in the object.

Comments

The colors are specified by their RGB values. The default is the Ambient Foreground color.

Example

The following statement changes the APlot plot to have a FillToBaseColor of white.

plt1.FillToBaseColor=aWhite

Applies to

APlot

See Also

AChart.PlotAreaFillColor, AChart.PlotAreaFillStyle, FillToBase, LineToBaseColor