C1.WPF.Chart Assembly / C1.WPF.Chart.Annotation Namespace / Line Class / Distance Method
x-coordinate
y-coordinate

In This Topic
Distance Method (Line)
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
 

Parameters

x
x-coordinate
y
y-coordinate

Return Value

Distance,
See Also