PointFrequency Property

3D Graph Control

PointFrequency Property

Syntax

CWPlot3D.PointFrequency

Data Type

Long

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

See Also

PointColor

PointSize

PointStyle