[]
        
(Showing Draft Content)

C1.Win.Chart.Annotation.AnnotationBase.Distance

Distance Method

Distance(double, double)

Calculates distance from point(x,y) to the start point of line annotation.

Declaration
protected virtual double Distance(double x, double y)
Parameters
Type Name Description
double x

X coordinate of the point.

double y

Y coordinate of the point.

Returns
Type Description
double

The distance from point(x,y) to the start point of line annotation.