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


step
Specifies the tick step.
Initializes a new instance of the Tick class with the step parameter specified.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal step As Double _
)
Visual Basic (Usage)Copy Code
Dim step As Double
 
Dim instance As Tick(step)
C# 
public Tick( 
   double step
)

Parameters

step
Specifies the tick step.

See Also