C1.WinUI.Chart Assembly / C1.WinUI.Chart Namespace / LineMarkerInteraction Enumeration
LineMarkerInteraction Enumeration
Specifies how the LineMarker interacts with the user.
Syntax
public enum LineMarkerInteraction : 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 by clicking.
Inheritance Hierarchy

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

See Also