Language Constants - Line Styles¶
The following constants can be used in a function that specifies how a line should be formatted.
return drLineDot
| Constant | Explanation | Example |
|---|---|---|
| drLineNone | No line | |
| drLineSolid | Solid type line | ![]() |
| drLineDash | Dashed line | ![]() |
| drLineDot | Dotted line | ![]() |
| drLineDashDot | Line with dots and dashes | ![]() |
| drLineDashDotDot | Line with dash and two dots | ![]() |




