PlotAreaColor Property
Syntax
CWGraph3D.PlotAreaColor
Data Type
Purpose
Specifies the background color of the plot area.
Example
'Set the plot area color to cyan
CWGraph3D1.PlotAreaColor = vbCyan
CWGraph3D.PlotAreaColor
Specifies the background color of the plot area.
'Set the plot area color to cyan
CWGraph3D1.PlotAreaColor = vbCyan