PointFrequency Property
Syntax
CWPlot3D.PointFrequency
Data Type
Purpose
Specifies how often points in the plot are drawn.
Remarks
A frequency of one indicates that all points must be drawn. A frequency of two indicates that every other point must be drawn. The frequency must always be greater than zero.
Example
'Draw every other point
CWGraph3D1.Plots.Item(1).PointFrequency = 2