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


In This Topic
    LineMarkerInteraction Enumeration
    In This Topic
    Specifies how the LineMarker interacts with the user.
    Syntax
    'Declaration
     
    
    Public Enum LineMarkerInteraction 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LineMarkerInteraction
    public enum LineMarkerInteraction : System.Enum 
    Members
    MemberDescription
    Drag The LineMarker moves when the user drags the line.
    Move The LineMarker moves with the pointer.
    None No interaction, the user specifies the position by clicking.
    Inheritance Hierarchy

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

    See Also