FillColor Property
Syntax
CWPlot3D.FillColor
Data Type
Purpose
Specifies the color to use for drawing the plot surface.
Remarks
The fill color is used in the following plot styles:
cwSurface
cwSurfaceLine
cwSurfaceContour
cwSurfaceNormal
Example
'Make the plot surface green
CWGraph3D1.Plots.Item(1).FillColor = vbGreen
'Use a flat fill style
CWGraph3D1.Plots.Item(1).FillStyle = cwFlat