ActiveReports Developer 7
EndPoint Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart.Annotations Namespace > AnnotationLine Class : EndPoint Property

Glossary Item Box

Gets or sets the end point of the line.

Syntax

Visual Basic (Declaration) 
Public Property EndPoint As Point2d
C# 
public Point2d EndPoint {get; set;}

Remarks

The EndPoint value is not used if the end of the line is connected to another annotation.

See Also