ActiveReports Developer 7
Tick Constructor(Double)
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > Tick Class > Tick Constructor : Tick Constructor(Double)

step
Specifies the tick step.

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal step As System.Double _
)
C# 
public Tick( 
   System.double step
)

Parameters

step
Specifies the tick step.

See Also