GridXY, GridXZ, GridYZ Properties

3D Graph Control

GridXY, GridXZ, GridYZ Properties

Syntax

CWGraph3D.GridXY

CWGraph3D.GridXZ

CWGraph3D.GridYZ

Data Type

Boolean

Purpose

GridXY draws the XY grid plane when set to True.

GridXZ draws the XZ grid plane when set to True.

GridYZ draws the YZ grid plane when set to True.

Example

'Disable, or hide, the XY grid plane
CWGraph3D1.GridXY = False