FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart.Interaction Namespace / C1LineMarker Class / DragThreshold Property

In This Topic
    DragThreshold Property (C1LineMarker)
    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
    public double DragThreshold {get; set;}
    See Also