FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart.Annotation Namespace / Text Class / Distance Method
x-coordinate
y-coordinate

In This Topic
    Distance Method (Text)
    In This Topic
    Calculates the annotation distance from the specified point.
    Syntax
    'Declaration
     
    Protected Overridable Function Distance( _
       ByVal x As Double, _
       ByVal y As Double _
    ) As Double
    protected virtual double Distance( 
       double x,
       double y
    )

    Parameters

    x
    x-coordinate
    y
    y-coordinate

    Return Value

    Distance,
    See Also