ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / PivotChart Class
Members






In This Topic
    PivotChart Class
    In This Topic
    Provides visual representations of pivot tables.
    Object Model
    PivotChart Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class PivotChart 
       Inherits C1.Web.Mvc.Control
       Implements C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As PivotChart
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class PivotChart : C1.Web.Mvc.Control, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class PivotChart = class(C1.Web.Mvc.Control, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)
    ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])
    public class PivotChart extends C1.Web.Mvc.Control implements C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc class PivotChart : public C1.Web.Mvc.Control, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public ref class PivotChart : public C1.Web.Mvc.Control, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.Olap.PivotChart

    See Also