LineStyle Property
Syntax
CWPlot3D.LineStyle
Data Type
You can use the following constants with this data type:
- cwLine3DDash–Dashed line
- cwLine3DDashDot–Dash-dot line
- cwLine3DDot–Dotted line
- cwLine3DNone–No line
- cwLine3DSolid–Solid line
Purpose
Specifies the style of lines for connecting points on a plot.
Example
CWGraph3D1.Plots.Item(1).LineStyle = cwLine3DDash