ComponentOne FinancialChart for WPF
DragThreshold Property (C1LineMarker)



C1.WPF.Chart.Interaction Namespace > C1LineMarker 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 Double
'Usage
 
Dim instance As C1LineMarker
Dim value As Double
 
instance.DragThreshold = value
 
value = instance.DragThreshold
public double DragThreshold {get; set;}
public:
property double DragThreshold {
   double get();
   void set (    double value);
}
See Also

Reference

C1LineMarker Class
C1LineMarker Members