ActiveReports.Chart Request technical support
EndConnectionIndex Property
See Also 


Gets or sets the index of the anchor point of the destination annotation to which to connect the end point.

Syntax

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

See Also