ActiveReports.Chart Request technical support
StartConnectionIndex Property
See Also 


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

Syntax

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

See Also