PointSize Property
Syntax
CWPlot3D.PointSize
Data Type
Purpose
Specifies the size of the plot points in points.
Remarks
The valid point size range is 0 to 100.
Example
'Set the point size to 5
CWGraph3D1.Plots.Item(1).PointSize = 5
CWPlot3D.PointSize
Specifies the size of the plot points in points.
The valid point size range is 0 to 100.
'Set the point size to 5
CWGraph3D1.Plots.Item(1).PointSize = 5