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

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

    Parameters

    plotview
    cluster
    See Also