ActiveReports 6 Online Help
Tick Constructor(Line,Double,Single)

Specifies the line information used to draw the tick line.
Specifies the tick step.
Specifies the tick length.
Initializes a new instance of the Tick class with the parameters specified.
Syntax
'Declaration
 
Public Function New( _
   ByVal line As Line, _
   ByVal step As Double, _
   ByVal length As Single _
)
public Tick( 
   Line line,
   double step,
   float length
)

Parameters

line
Specifies the line information used to draw the tick line.
step
Specifies the tick step.
length
Specifies the tick length.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Tick Class
Tick Members
Overload List

Send Feedback