ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap Namespace / PivotChartType Enumeration

In This Topic
    PivotChartType Enumeration
    In This Topic
    Specifies constants that define the chart type.
    Syntax
    'Declaration
     
    Public Enum PivotChartType 
       Inherits System.Enum
    public enum PivotChartType : System.Enum 
    Members
    MemberDescription
    AreaShows line chart with the area below the line filled with color.
    BarShows horizontal bars.
    ColumnShows vertical bars and allows you to compare values of items across categories.
    LineShows trends over a period of time or across categories.
    PieShows pie chart.
    ScatterShows patterns within the data using X and Y coordinates.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.Olap.PivotChartType

    See Also