FastDraw Property
Syntax
CWGraph3D.FastDraw
Data Type
Purpose
Specifies how the graph is drawn during interactive operations such as rotating, zooming, and panning.
Remarks
When set to True, draws a reduced representation of the graph and its plots. When set to False, draws the entire graph and its plots. If you use this mode for complex graphs, you might notice unresponsive interaction due to the large amount of data.
Example
'Enable FastDraw
CWGraph3D1.FastDraw = True