ActiveReports 12
Tick Constructor(Line,Double,Single)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > Tick Class > Tick Constructor : 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.
See Also

Reference

Tick Class
Tick Members
Overload List