Returns or sets the width in pixels of the line on the object.
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). |
The following statement changes the APlot's line to have a width of five pixels:
plt1.LineWidth=5
AChart.PlotAreaWidth, LineColor, LineStyle, LineToBase, LineToBaseColor