constants LevelLineEnum
The LevelLineEnum type specifies the style of lines being shown in the chart's levels. Use the DrawLevelSeparator, DrawTickLines and DrawTickLinesFrom properties to show or hide lines in the chart's header. For instance, if the DrawTickLines property is exLevelSolidLine + exLevelMiddleLine, the level shows tick lines in the middle part of the time unit. The DrawTickLines and DrawTickLinesFrom properties draw vertically the lines, while the DrawLevelSeparator property draw horizontally the line. The LevelLineEnum type supports the following values.

NameValueDescription
exLevelNoLine0 No line is shown.
exLevelDefaultLine-1 The default line indicates a dotted line.
exLevelDotLine1 Indicates a dotted line. For vertical/tick lines, it can be combined with exLevelLowerHalf, exLevelUpperHalf or exLevelMiddleLine. Can be combined with  exLevelLowerHalf, exLevelUpperHalf or exLevelMiddleLine option.
exLevelSolidLine2 Indicates a solid line. For vertical/tick lines, it can be combined with exLevelLowerHalf, exLevelUpperHalf or exLevelMiddleLine. Can be combined with  exLevelLowerHalf, exLevelUpperHalf or exLevelMiddleLine option.
exLevelLowerHalf16 Indicates that the line is shown in the lower half of the level. For vertical/tick lines, it can be combined with exLevelDotLine or exLevelSolidLine 
exLevelUpperHalf32 Indicates that the line is shown in the upper half of the level. For vertical/tick lines, it can be combined with exLevelDotLine or exLevelSolidLine
exLevelMiddleLine64 Indicates that the line is shown in the middle. For vertical/tick lines, it can be combined with exLevelDotLine or exLevelSolidLine
exLevelQuarterHeight256 Indicates that the line is shown as a quarter of the full height. Specify the exLevelQuarterHeight option to show shorter tick lines in the chart's level. Can be combined with  exLevelLowerHalf, exLevelUpperHalf or exLevelMiddleLine option.