ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart 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.

In This Topic
    Tick Constructor(Line,Double,Single)
    In This Topic
    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