WinUI | ComponentOne
C1.WinUI.Chart Assembly / C1.WinUI.Chart Namespace / LineMarkerLines Enumeration
In This Topic
    LineMarkerLines Enumeration
    In This Topic
    Specifies the line type for the LineMarker.
    Syntax
    public enum LineMarkerLines : System.Enum 
    Members
    MemberDescription
    BothShow both vertical and horizontal lines.
    HorizontalShow a horizontal line.
    NoneShow no line.
    VerticalShow a vertical line.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WinUI.Chart.LineMarkerLines

    See Also