ActiveReports.Chart Request technical support
Line Property
See Also 


Get or sets the line information used to draw this annotation.

Syntax

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

See Also