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

In This Topic
    _GridLine Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal gridLineViews As List(Of IGridLineView) _
    )
    public _GridLine( 
       List<IGridLineView> gridLineViews
    )

    Parameters

    gridLineViews
    See Also