ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotChartTagHelper Class / ChartType Property

In This Topic
    ChartType Property (PivotChartTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotChart.ChartType. Sets the type of chart to create.
    Syntax
    'Declaration
     
    Public Property ChartType As PivotChartType
    public PivotChartType ChartType {get; set;}
    See Also