ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _BaseAxisTickView Class / _BaseAxisTickView Constructor

In This Topic
    _BaseAxisTickView Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal axisView As IAxisView, _
       ByVal tick As Double, _
       ByVal rotateLine As _RotatedLine _
    )
    public _BaseAxisTickView( 
       IAxisView axisView,
       double tick,
       _RotatedLine rotateLine
    )

    Parameters

    axisView
    tick
    rotateLine
    See Also