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

Glossary Item Box

Get or sets start point of the line.

Syntax

Visual Basic (Declaration) 
Public Property StartPoint As Point2d
C# 
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