ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart.Annotation Namespace / AnnotationBase Class / Distance Method

In This Topic
    Distance Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function Distance( _
       ByVal x As System.Double, _
       ByVal y As System.Double _
    ) As System.Double
    protected virtual System.double Distance( 
       System.double x,
       System.double y
    )

    Parameters

    x
    y
    See Also