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

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

    Parameters

    axisView
    rotateLine
    See Also