TempPlot Property
Syntax
CWPlot.TempPlot
Data Type
Purpose
Specifies if a plot can be discarded if the next CWGraph plot or chart method does not need it.
Remarks
Check the value of this property to see if you can discard a plot. Plots allocated at design time or by using the CWPlots.Add method have this property set to False. Plots allocated by a CWGraph plot or chart method have this property set to True.