ComponentOne FinancialChart for WPF
C1.Chart Namespace / HitTestInfo Class / Distance Property



In This Topic
    Distance Property (HitTestInfo)
    In This Topic
    Gets the distance from the closest data point.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Distance As Double
    'Usage
     
    
    Dim instance As HitTestInfo
    Dim value As Double
     
    value = instance.Distance
    public double Distance {get;}
    public:
    property double Distance {
       double get();
    }
    See Also