PointSize Property

3D Graph Control

PointSize Property

Syntax

CWPlot3D.PointSize

Data Type

Double

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

See Also

PointColor

PointStyle

PointFrequency