ActiveReports.Chart Request technical support
StartPoint Property
See Also 


Get or sets start point of the line.

Syntax

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