ClipData Property
Syntax
CWGraph3D.ClipData
Data Type
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.