ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart.Interaction Namespace / LineMarkerLines Enumeration

In This Topic
    LineMarkerLines Enumeration
    In This Topic
    Specifies the line type for the LineMarker.
    Syntax
    'Declaration
     
    Public Enum LineMarkerLines 
       Inherits System.Enum
    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.Xaml.Chart.Interaction.LineMarkerLines

    See Also