ComponentOne FlexChart for WinForms
DragThreshold Property


C1.Win.Chart.Interaction Namespace > LineMarker Class : DragThreshold Property
Gets or sets the maximum distance from the horizontal or vertical line that the marker can be dragged.
Syntax
'Declaration
 
Public Property DragThreshold As Integer
'Usage
 
Dim instance As LineMarker
Dim value As Integer
 
instance.DragThreshold = value
 
value = instance.DragThreshold
public int DragThreshold {get; set;}
See Also

Reference

LineMarker Class
LineMarker Members