LineStyle Property
Syntax
CWArrow.LineStyle
Data Type
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 arrow.
Remarks
You can only use cwLineStepXY and cwLineStepYX with the CWPlot.LineStyle property.