Returns or sets the color used for filling the area covered by the plot and the BaseValue in the Object.
Object.FillToBaseColor [ = clrFillToBaseColor ]
The FillToBaseColor property syntax has the following parts:
Name |
Type |
Description |
Object |
APlot |
APlot object |
clrFillToBaseColor |
An integer specifying the color used for filling the area covered by the plot and the BaseValue in the object. |
The colors are specified by their RGB values. The default is the Ambient Foreground color.
The following statement changes the APlot plot to have a FillToBaseColor of white.
plt1.FillToBaseColor=aWhite
AChart.PlotAreaFillColor, AChart.PlotAreaFillStyle, FillToBase, LineToBaseColor