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

In This Topic
    _StackBarCluster Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal plotview As ICartesianPlotView, _
       ByVal cluster As List(Of ICartesianPointView) _
    )
    public _StackBarCluster( 
       ICartesianPlotView plotview,
       List<ICartesianPointView> cluster
    )

    Parameters

    plotview
    cluster
    See Also