ActiveReports.Chart Request technical support
Tick Constructor(Line,Double,Single)
See Also 


line
Specifies the line information used to draw the tick line.
step
Specifies the tick step.
length
Specifies the tick length.
Initializes a new instance of the Tick class with the parameters specified.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal line As Line, _
   ByVal step As Double, _
   ByVal length As Single _
)
Visual Basic (Usage)Copy Code
Dim line As Line
Dim step As Double
Dim length As Single
 
Dim instance As Tick(line, step, length)
C# 
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