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

In This Topic
    _HlocSeriesView Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ownerView As ICartesianGroupView, _
       ByVal dataModel As ICartesianSeriesDataModel _
    )
    public _HlocSeriesView( 
       ICartesianGroupView ownerView,
       ICartesianSeriesDataModel dataModel
    )

    Parameters

    ownerView
    dataModel
    See Also