MAUI | ComponentOne
C1.Maui.Chart Assembly / C1.Maui.Chart.Interaction Namespace / LineMarkerInteraction Enumeration
In This Topic
    LineMarkerInteraction Enumeration
    In This Topic
    Specifies how the LineMarker interacts with the user.
    Syntax
    public enum LineMarkerInteraction : System.Enum 
    Members
    MemberDescription
    MoveThe LineMarker moves with the pointer.
    NoneNo interaction, the user specifies the position by clicking.
    Inheritance Hierarchy

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

    See Also