FillStyle Property
Syntax
CWPlot3D.FillStyle
Data Type
You can use the following constants with this data type:
- cwFlat–Flat
- cwSmooth–Smooth
Purpose
Specifies the fill style of the plot.
Example
'Make the plot surface green
CWGraph3D1.Plots.Item(1).FillColor = vbGreen
'Use a flat fill style
CWGraph3D1.Plots.Item(1).FillStyle = cwFlat