LineStyle Property

Measurement Studio User Interface

LineStyle Property

Syntax

CWShape.LineStyle

Data Type

CWLineStyles

You can use the following constants with this data type:

  • cwLineDash–Dashed line style.
  • cwLineDashDot–Dash-dot line style.
  • cwLineDashDotDot–Dash-dot-dot line style.
  • cwLineDot–Dotted line style.
  • cwLineNone–No line style.
  • cwLineSolid–Solid line style.
  • cwLineStepXY–Step XY line style.
  • cwLineStepYX–Step YX line style.

Purpose

Specifies the line style of the shape.

Remarks

You can only use the cwLineStepXY and cwLineStepYX constants with the CWPlot.LineStyle property.

See Also

LineColor

LineWidth

CWPlot.LineStyle