LineStyle Property

3D Graph Control

LineStyle Property

Syntax

CWPlot3D.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 style of lines for connecting points on a plot.

Example

CWGraph3D1.Plots.Item(1).LineStyle = cwLine3DDash

See Also

LineColor

LineWidth