CacheData Property
Syntax
CWPlot3D.CacheData
Data Type
Purpose
Improves the drawing performance by caching intermediate calculations when set to True.
Remarks
When caching data, more memory is used. When the CacheData property is set to False, the plot does not cache intermediate calculations, which reduces memory usage.
Example
'Do not cache intermediate calculations
CWGraph3D1.Plots.Item(1).CacheData = False