ActiveReports.Chart Request technical support
Line Property
See Also 


Gets or sets the line used to draw the tick.

Syntax

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

See Also