ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / Tick Class / Tick Constructor / Tick Constructor(Double)
Specifies the tick step.

In This Topic
    Tick Constructor(Double)
    In This Topic
    Initializes a new instance of the Tick class with the step parameter specified.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal step As Double _
    )
    public Tick( 
       double step
    )

    Parameters

    step
    Specifies the tick step.
    See Also