LineToBaseColor Property (APlot)

Returns or sets the color of lines used for filling the area covered by the plot and the BaseValue on the object.

Syntax

Object.LineToBaseColor [ = clrLineToBaseColor ]

The LineToBaseColor property syntax has the following parts:

 

Name

Type

Description

Object

APlot

APlot object

clrLineToBaseColor

AColor

An integer specifying the color of lines used for filling the area covered by the plot and the BaseValue 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 LineToBaseColor to green.

plt1.LineToBaseColor=aGreen

Applies to

APlot

See Also

AChart.PlotAreaFillColor, FillToBaseColor, LineColor, LineStyle, LineToBase, LineWidth, PointColor