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

In This Topic
    _FunnelPolygon Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal leftTop As IPoint, _
       ByVal rightTop As IPoint, _
       ByVal rightNeck As IPoint, _
       ByVal rightBottom As IPoint, _
       ByVal leftBottom As IPoint, _
       ByVal leftNeck As IPoint _
    )
    public _FunnelPolygon( 
       IPoint leftTop,
       IPoint rightTop,
       IPoint rightNeck,
       IPoint rightBottom,
       IPoint leftBottom,
       IPoint leftNeck
    )

    Parameters

    leftTop
    rightTop
    rightNeck
    rightBottom
    leftBottom
    leftNeck
    See Also