PointColor Property (APlot)

Returns or sets the color of points on the object.

Syntax

Object.PointColor [ = clrPointColor ]

The PointColor property syntax has the following parts:

 

Name

Type

Description

Object

APlot

APlot object

clrPointColor

AColor

An integer specifying the color of 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 PointColor to red.

plt1.PointColor=aRed

Applies to

APlot

See Also

AChart.PlotAreaFillColor, FillToBaseColor, LineColor, PointStyle