LineToBase Property (APlot)

Returns or sets whether to draw vertical lines connecting the plot and the BaseValue on the object.

Syntax

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.

Where

bLineToBase can be one of the following:

 

Value

Description

True

Use lines.

False *

Do not use lines.

Example

The following statement changes the APlot to use lines:

plt1.LineToBase=True

Applies to

APlot

See Also

FillToBase, LineColor, LineStyle, LineToBaseColor, LineWidth