Returns or sets whether to draw vertical lines connecting the plot and the BaseValue on the object.
Object.LineToBase [ = bLineToBase ]
The LineToBase property syntax has the following parts:
Name |
Type |
Description |
Object |
APlot |
APlot object |
bLineToBase |
Bool |
A boolean expression that specifies whether to draw vertical lines connecting the plot and the BaseValue on the object. |
bLineToBase can be one of the following:
Value |
Description |
True |
Use lines. |
False * |
Do not use lines. |
The following statement changes the APlot to use lines:
plt1.LineToBase=True
FillToBase, LineColor, LineStyle, LineToBaseColor, LineWidth