ComponentOne FinancialChart for WinForms
C1.Win.Chart.Interaction Namespace / LineMarker Class / DragThreshold Property

In This Topic
    DragThreshold Property (LineMarker)
    In This Topic
    Gets or sets the maximum distance from the horizontal or vertical line that the marker can be dragged.
    Syntax
    'Declaration
     
    
    <RefreshPropertiesAttribute(RefreshProperties.Repaint)>
    <C1DescriptionAttribute("Interaction.LineMarker.DragThreshold", "Gets or sets the maximum distance from the horizontal or vertical line that the marker can be dragged.")>
    Public Property DragThreshold As Integer
    [RefreshProperties(RefreshProperties.Repaint)]
    [C1Description("Interaction.LineMarker.DragThreshold", "Gets or sets the maximum distance from the horizontal or vertical line that the marker can be dragged.")]
    public int DragThreshold {get; set;}
    See Also