Returns or sets whether to fill the area between the plot and the BaseValue in the object.
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. |
bFillToBase can be one of the following:
Value |
Description |
True |
Fill the area. |
False * |
Do not fill the area. |
The following statement changes the APlot to have the area filled between this plot and the BaseValue:
plt1.FillToBase=True
AChart.PlotAreaFillColor, AChart.PlotAreaFillStyle, FillToBaseColor, LineToBase