Returns or sets the color of lines for connecting points on the object.
Object.LineColor [ = clrLineColor ]
The LineColor property syntax has the following parts:
Name |
Type |
Description |
Object |
APlot |
APlot object |
clrLineColor |
An integer specifying the color of lines for connecting points on the object. |
The colors are specified by their RGB values. The default is the Ambient Foreground color.
The following statement changes the APlot's LineColor to black.
plt1.LineColor=aBlack
AChart.PlotAreaFillColor, LineStyle, LineToBase, LineToBaseColor, LineWidth