LineStyle Property

Measurement Studio User Interface

LineStyle Property

Syntax

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

Remarks

Dashed line styles work only when the LineWidth property is set to 1. The dashed lines appear solid for all other line widths.