LineColor Property (APlot)

Returns or sets the color of lines for connecting points on the object.

Syntax

Object.LineColor [ = clrLineColor ]

The LineColor property syntax has the following parts:

 

Name

Type

Description

Object

APlot

APlot object

clrLineColor

AColor

An integer specifying the color of lines for connecting points on the object.

Comments

The colors are specified by their RGB values. The default is the Ambient Foreground color.

Example

The following statement changes the APlot's LineColor to black.

plt1.LineColor=aBlack

Applies to

APlot

See Also

AChart.PlotAreaFillColor, LineStyle, LineToBase, LineToBaseColor, LineWidth