ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Chart 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 
    public enum LineMarkerInteraction = class(System.Enum)
    public enum LineMarkerInteraction extends System.Enum
    __value public enum LineMarkerInteraction : public System.Enum 
    public enum class LineMarkerInteraction : public System.Enum 
    Members
    MemberDescription
    DragThe LineMarker moves when the user drags the line.
    MoveThe LineMarker moves with the pointer.
    NoneNo interaction, the user specifies the position manually.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.Chart.LineMarkerInteraction

    See Also