ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.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 System.Double
    public System.double DragThreshold {get; set;}
    See Also