Style Property
Syntax
CWPlot3D.Style
Data Type
You can use the following constants with this data type:
- cwContourLine–Contour
- cwHiddenLine–Hidden line
- cwLine–Line
- cwLinePoint–Line-point
- cwPoint–Point
- cwSurface–Surface
- cwSurfaceContour–Surface-Contour
- cwSurfaceLine–Surface-line
- cwSurfaceNormal–Surface-normal
Purpose
Specifies the style of the plot.
Example
'Set the plot style to cwContourLine
CWGraph3D1.Plots.Item(1).Style = cwContourLine