constants LinesStyleEnum
The LinesStyleEnum type specifies the type of lines the control can show. The LinesStyleEnum type supports the following values:

NameValueDescription
exNoLines-1 No lines are shown.
exLinesDot0 The lines shows as dotted.
exLinesHDot41 The horizontal lines shows dotted.
exLinesVDot42 The vertical lines are shown as dotted.
exLinesDot43 The lines are shown as solid.
exLinesHDash4 The horizontal lines are shown as dashed.
exLinesVDash8 The vertical lines are shown as dashed.
exLinesDash12 The lines are shown as dashed.
exLinesHSolid16 The horizontal lines are shown as solid.
exLinesVSolid32 The vertical lines are shown as solid.
exLinesSolid48 The lines are shown as solid.
exLinesThick256 The lines are shown ticker. This flag can be combined with any other flags, so the line is shown ticker.
exLinesThicker768 The lines are shown ticker. This flag can be combined with any other flags, so the line is shown ticker.