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

In This Topic
    _PolygonalBarCartesianPointView Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ownerView As ICartesianSeriesView, _
       ByVal data As ICartesianPointDataModel, _
       ByVal index As Integer, _
       ByVal pointViewLayout As IQueryInterface, _
       ByVal pointStyleBuilder As IPointStyleBuilder _
    )
    public _PolygonalBarCartesianPointView( 
       ICartesianSeriesView ownerView,
       ICartesianPointDataModel data,
       int index,
       IQueryInterface pointViewLayout,
       IPointStyleBuilder pointStyleBuilder
    )

    Parameters

    ownerView
    data
    index
    pointViewLayout
    pointStyleBuilder
    See Also