ClipData Property

3D Graph Control

ClipData Property

Syntax

CWGraph3D.ClipData

Data Type

Boolean

Purpose

Indicates if the data is clipped to the axes ranges.

Remarks

You can set the ClipData property programmatically or from the property pages. When data is clipped, any data that is outside the minimum or maximum ranges is not displayed on the graph.

When this property is set to True, data is clipped to the axes ranges.

When this property is set to False, data is not clipped to the axes ranges.

See Also

CWAxis3D.Minimum

CWAxis3D.Maximum