CWLineStyles Enumeration

Measurement Studio User Interface

CWLineStyles Enumeration

CWLineStyles are the constants for the CWPlot.LineStyle and CWArrow.LineStyle properties. You can only use cwLineStepXY and cwLineStepYX with the CWPlot.LineStyle property.

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.