Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart.Interaction Namespace / C1LineMarker Class / DragThreshold Property


In This Topic
    DragThreshold Property
    In This Topic
    Gets or sets the maximum distance from the horizontal or vertical line that the marker can be dragged.
    Syntax
    'Declaration
     
    
    Public Property DragThreshold As Double
    'Usage
     
    
    Dim instance As C1LineMarker
    Dim value As Double
     
    instance.DragThreshold = value
     
    value = instance.DragThreshold
    public double DragThreshold {get; set;}
    See Also