ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / PivotChart Class / PivotChart Constructor
The html helper
The selector






In This Topic
    PivotChart Constructor
    In This Topic
    Creates one PivotChart instance.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal helper As Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper, _
       Optional ByVal selector As System.String _
    )
    'Usage
     
    
    Dim helper As Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper
    Dim selector As System.String
     
    Dim instance As New PivotChart(helper, selector)
    public PivotChart( 
       Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper helper,
       System.string selector
    )
    public PivotChart( 
        helper: Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper;
        selector: System.String
    ); 
    public function PivotChart( 
       helper : Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper,
       selector : System.String
    );
    public: PivotChart( 
       Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper* helper,
       System.string* selector
    )
    public:
    PivotChart( 
       Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper^ helper,
       System.String^ selector
    )

    Parameters

    helper
    The html helper
    selector
    The selector
    See Also