Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Interaction Namespace / LineMarkerAlignment Enumeration


In This Topic
    LineMarkerAlignment Enumeration
    In This Topic
    Specifies the alignment of the LineMarker.
    Syntax
    'Declaration
     
    
    Public Enum LineMarkerAlignment 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LineMarkerAlignment
    public enum LineMarkerAlignment : System.Enum 
    Members
    MemberDescription
    Auto The LineMarker alignment adjusts automatically so that it stays inside the boundaries of the plot area.
    Bottom The LineMarker aligns to the bottom of the pointer.
    Left The LineMarker aligns to the left of the pointer.
    Right The LineMarker aligns to the right of the pointer.
    Top The LineMarker aligns to the top of the pointer.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Android.Chart.Interaction.LineMarkerAlignment

    See Also