Returns or sets the style of points on the object.
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. |
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 |
The following statement changes the APlot to have a square style:
plt1.PointStyle=ApltPointStyleSquare
AChart.PlotAreaBorderStyle, AChart.PlotAreaFillStyle, LineStyle, PointColor