FillToBase Property (APlot)

Returns or sets whether to fill the area between the plot and the BaseValue in the object.

Syntax

Object.FillToBase [ = bFillToBase ]

The FillToBase property syntax has the following parts:

 

Name

Type

Description

Object

APlot

APlot object

bFillToBase

Bool

A boolean expression that specifies whether to fill the area between this plot and the BaseValue on the object.

Where

bFillToBase can be one of the following:

 

Value

Description

True

Fill the area.

False *

Do not fill the area.

Example

The following statement changes the APlot to have the area filled between this plot and the BaseValue:

plt1.FillToBase=True

Applies to

APlot

See Also

AChart.PlotAreaFillColor, AChart.PlotAreaFillStyle, FillToBaseColor, LineToBase