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

In This Topic
    StartPoint Property
    In This Topic
    Get or sets start point of the line.
    Syntax
    'Declaration
     
    Public Property StartPoint As Point2d
    public Point2d StartPoint {get; set;}
    Remarks
    The StartPoint value is not used if the beginning of the line is connected to another annotation.
    See Also