PlotAreaColor Property
From 3D Graph Control
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
From 3D Graph Control
CWGraph3D.PlotAreaColor
Specifies the background color of the plot area.
'Set the plot area color to cyan
CWGraph3D1.PlotAreaColor = vbCyan