PointStyle Property
Syntax
CWPlot3D.PointStyle
Data Type
You can use the following constants with this data type:
- cwPoint3DAsterisk–Asterisk
- cwPoint3DBoldX–Bold X
- cwPoint3DEmptyCircle–Empty circle
- cwPoint3DEmptySquare–Empty square
- cwPoint3DNone–No point
- cwPoint3DSolidCircle–Solid circle
- cwPoint3DSolidCube–Solid cube
- cwPoint3DSolidDiamond–Solid diamond
- cwPoint3DSolidSphere–Solid sphere
- cwPoint3DSolidSquare–Solid square
- cwPoint3DWireframeCube–Wireframe cube
- cwPoint3DWireframeSphere–Wireframe sphere
Purpose
Specifies the image drawn at each point on a plot.
Example
'Place an asterisk at each point on the plot.
CWGraph3D1.Plots.Item(1).PointStyle = cwPoint3DAsterisk