ActiveReports.Chart Request technical support
EndConnection Property
See Also 


Gets or sets the object to which to connect the end point of the annotation line.

Syntax

Visual Basic (Declaration) 
Public Property EndConnection As AnnotationTextBar
Visual Basic (Usage)Copy Code
Dim instance As AnnotationLine
Dim value As AnnotationTextBar
 
instance.EndConnection = value
 
value = instance.EndConnection
C# 
public AnnotationTextBar EndConnection {get; set;}

See Also