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

In This Topic
    _FunnelCartesianPointView Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ownreView As ICartesianSeriesView, _
       ByVal data As ICartesianPointDataModel, _
       ByVal pointStyleBuilder As IPointStyleBuilder _
    )
    public _FunnelCartesianPointView( 
       ICartesianSeriesView ownreView,
       ICartesianPointDataModel data,
       IPointStyleBuilder pointStyleBuilder
    )

    Parameters

    ownreView
    data
    pointStyleBuilder
    See Also