Returns or sets the fill color of the plot area on the object.
Object.PlotAreaFillColor [ = clrPlotAreaFillColor ]
The PlotAreaFillColor property syntax has the following parts:
Name |
Type |
Description |
Object |
AChart |
AChart control |
clrPlotAreaFillColor |
An integer specifying the fill color of the plot area of the object. |
The following statement changes the AChart's plot's PlotAreaFillColor to red.
cht1.PlotAreaFillColor=aclrRed
APlot, PlotAreaBorderStyle, PlotAreaFillStyle, PlotAreaHeight, PlotAreaLeft, PlotAreaPicture, PlotAreaTop, PlotAreaWidth, Plots