WinUI | ComponentOne
C1.WinUI.Chart Assembly / C1.WinUI.Chart Namespace / LineMarkerAlignment Enumeration
In This Topic
    LineMarkerAlignment Enumeration
    In This Topic
    Specifies the alignment of the LineMarker.
    Syntax
    public enum LineMarkerAlignment : System.Enum 
    Members
    MemberDescription
    AutoThe LineMarker alignment adjusts automatically so that it stays inside the boundaries of the plot area.
    BottomThe LineMarker aligns to the bottom of the pointer.
    LeftThe LineMarker aligns to the left of the pointer.
    PlotBottomThe LineMarker content displayed at the bottom of the plot, below the plot area.
    PlotLeftThe LineMarker content displayed on the left side of the plot.
    PlotRightThe LineMarker content displayed on the right side of the plot.
    PlotTopThe LineMarker content displayed at the top of the plot, above the plot area.
    RightThe LineMarker aligns to the right of the pointer.
    TopThe LineMarker aligns to the top of the pointer.
    Inheritance Hierarchy

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

    See Also