FillStyle Property

3D Graph Control

FillStyle Property

Syntax

CWPlot3D.FillStyle

Data Type

CWFillStyles

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

See Also

FillColor