LineStyle Property

3D Graph Control

LineStyle Property

Syntax

CWContour.LineStyle

Data Type

CW3DLineStyles

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 line style of the contour line.

Example

'Set the contour line style to a dashed line
CWGraph3D1.Plots.Item(1).Contours.Item(1).LineStyle = cwLine3DDash