MQL4 Reference
Standard constants
Drawing styles
|
Drawing shape style enumeration for SetIndexStyle() function.
It can be any of the following values:
| Constant | Value | Description |
| DRAW_LINE | 0 | Drawing line. |
| DRAW_SECTION | 1 | Drawing sections. |
| DRAW_HISTOGRAM | 2 | Drawing histogram. |
| DRAW_ARROW | 3 | Drawing arrows (symbols). |
| DRAW_ZIGZAG | 4 | Drawing sections between even and odd indicator buffers. |
| DRAW_NONE | 12 | No drawing. |
Drawing style. Valid when width=1. It can be any of the following values:
| Constant | Value | Description |
| STYLE_SOLID | 0 | The pen is solid. |
| STYLE_DASH | 1 | The pen is dashed. |
| STYLE_DOT | 2 | The pen is dotted. |
| STYLE_DASHDOT | 3 | The pen has alternating dashes and dots. |
| STYLE_DASHDOTDOT | 4 | The pen has alternating dashes and double dots. |
|
|
|