PointStyle Property (APlot)

Returns or sets the style of points on the object.

Syntax

Object.PointStyle [ = enPointStyle ]

The PointStyle property syntax has the following parts:

 

Name

Type

Description

Object

APlot

APlot object

enPointStyle

enumAPlotPointStyle

An integer specifying the style of points on the object.

Where

enumAPlotPointStyle can be one of the following:

 

Name

Value

Description

ApltPointStyleNone

0

None

ApltPointStyleCircle

1

Circle

ApltPointStyleCross

2

Cross

ApltPointStyleDiamond

3

Diamond

ApltPointStyleHex

4

Hex

ApltPointStylePlus

5

Plus

ApltPointStyleSquare

6

Square

ApltPointStyleStar

7 *

Star

ApltPointStyleTriangle

8

Triangle

ApltPointStylePoint

9

Point

Comments


Example

The following statement changes the APlot to have a square style:

plt1.PointStyle=ApltPointStyleSquare

Applies to

APlot

See Also

AChart.PlotAreaBorderStyle, AChart.PlotAreaFillStyle, LineStyle, PointColor