ComponentOne Xamarin Edition
LineMarkerInteraction Enumeration
C1.Xamarin.Forms.Chart Assembly > C1.Xamarin.Forms.Chart.Interaction Namespace : LineMarkerInteraction Enumeration
Specifies how the LineMarker interacts with the user.
Syntax
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.Xamarin.Forms.Chart.Interaction.LineMarkerInteraction

See Also

Reference

C1.Xamarin.Forms.Chart.Interaction Namespace