The LinesStyleEnum type specifies the type of
lines the control can show. The LinesStyleEnum type supports the following values:
| | Name | Value | Description | |
| |
exLinesInvalid | -2
|
No lines are shown.
| |
| |
exNoLines | -1
|
No lines are shown.
| |
| |
exLinesHDot | 1
|
The horizontal lines shows dotted.
| |
| |
exLinesVDot | 2
|
The vertical lines are shown as dotted.
| |
| |
exLinesDot | 3
|
The lines shows as dotted.
| |
| |
exLinesHDot4 | 4
|
The horizontal lines shows dotted.
| |
| |
exLinesVDot4 | 8
|
The vertical lines are shown as dotted.
| |
| |
exLinesDot4 | 12
|
The lines are shown as solid.
| |
| |
exLinesHDash | 16
|
The horizontal lines are shown as dashed.
| |
| |
exLinesVDash | 32
|
The vertical lines are shown as dashed.
| |
| |
exLinesDash | 48
|
The lines are shown as dashed.
| |
| |
exLinesHSolid | 64
|
The horizontal lines are shown as solid.
| |
| |
exLinesVSolid | 128
|
The vertical lines are shown as solid.
| |
| |
exLinesSolid | 192
|
The lines are shown as solid.
| |
| |
exLinesThick | 256
|
The lines are shown ticker.
| |
| |
exLinesThicker | 768
|
The lines are shown ticker.
| |