ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Annotations Namespace / AnnotationLine Class / EndPoint Property

In This Topic
    EndPoint Property
    In This Topic
    Gets or sets the end point of the line.
    Syntax
    'Declaration
     
    Public Property EndPoint As Point2d
    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