ActiveReports.Chart Request technical support
EndPoint Property
See Also 


Gets or sets the end point of the line.

Syntax

Visual Basic (Declaration) 
Public Property EndPoint As Point2d
Visual Basic (Usage)Copy Code
Dim instance As AnnotationLine
Dim value As Point2d
 
instance.EndPoint = value
 
value = instance.EndPoint
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