LineWidth Property (APlot)

Returns or sets the width in pixels of the line on the object.

Syntax

Object.LineWidth [ = lLineWidth ]

The LineWidth property syntax has the following parts:

 

Name

Type

Description

Object

APlot

APlot object

lLineWidth

APixel

An integer specifying the width in pixels of the line on the object. The default is -1 (AutoSize).

Example

The following statement changes the APlot's line to have a width of five pixels:

plt1.LineWidth=5

Applies to

APlot

See Also

AChart.PlotAreaWidth, LineColor, LineStyle, LineToBase, LineToBaseColor