ComponentOne FinancialChart for WPF
C1.WPF.Chart.Annotation Namespace / AnnotationBase Class / Distance Method



In This Topic
    Distance Method (AnnotationBase)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function Distance( _
       ByVal x As Double, _
       ByVal y As Double _
    ) As Double
    'Usage
     
    
    Dim instance As AnnotationBase
    Dim x As Double
    Dim y As Double
    Dim value As Double
     
    value = instance.Distance(x, y)
    protected virtual double Distance( 
       double x,
       double y
    )
    protected:
    virtual double Distance( 
       double x,
       double y
    ) 

    Parameters

    x
    y
    See Also