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

In This Topic
    _AreaShape Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal lowerLine As List(Of IPoint), _
       ByVal upperLine As List(Of IPoint) _
    )
    public _AreaShape( 
       List<IPoint> lowerLine,
       List<IPoint> upperLine
    )

    Parameters

    lowerLine
    upperLine
    See Also