PlotAreaFillColor Property (AChart)

Returns or sets the fill color of the plot area on the object.

Syntax

Object.PlotAreaFillColor [ = clrPlotAreaFillColor ]

The PlotAreaFillColor property syntax has the following parts:

 

Name

Type

Description

Object

AChart

AChart control

clrPlotAreaFillColor

AColor

An integer specifying the fill color of the plot area of the object.

Example

The following statement changes the AChart's plot's PlotAreaFillColor to red.

cht1.PlotAreaFillColor=aclrRed

Applies to

AChart

See Also

APlot, PlotAreaBorderStyle, PlotAreaFillStyle, PlotAreaHeight, PlotAreaLeft, PlotAreaPicture, PlotAreaTop, PlotAreaWidth, Plots