menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartSeriesType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartSeriesType

    Defines the pivot chart types. The available chart types are: Line - Allows to display the pivot chart with line series. Column - Allows to display the pivot chart with column series. Area - Allows to display the pivot chart with area series. Bar - Allows to display the pivot chart with bar series. StackingColumn - Allows to display the pivot chart with stacked column series. StackingArea - Allows to display the pivot chart with stacked area series. StackingBar - Allows to display the pivot chart with stacked bar series. StackingLine - Allows to display the pivot chart with stacked line series. StepLine - Allows to display the pivot chart with step line series. StepArea - Allows to display the pivot chart with step area series. SplineArea - Allows to display the pivot chart with spline area series. Scatter - Allows to display the pivot chart with scatter series. Spline - Allows to display the pivot chart with spline series. StackingColumn100 - Allows to display the pivot chart with 100% stacked column series. StackingBar100 - Allows to display the pivot chart with 100% stacked bar series. StackingLine100 - Allows to display the pivot chart with 100% stacked line series. StackingArea100 - Allows to display the pivot chart with 100% stacked area series. Bubble - Allows to display the pivot chart with bubble series. Pareto - Allows to display the pivot chart with pareto series. Polar - Allows to display the pivot chart with polar series. Radar - Allows to display the pivot chart with radar series.

    Inheritance
    System.Object
    ChartSeriesType
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ChartSeriesType : Enum

    Fields

    Area

    Area - Allows to display the pivot chart with area series.

    Declaration
    public const ChartSeriesType Area
    Field Value
    Type
    ChartSeriesType

    Bar

    Bar - Allows to display the pivot chart with bar series.

    Declaration
    public const ChartSeriesType Bar
    Field Value
    Type
    ChartSeriesType

    Bubble

    Bubble - Allows to display the pivot chart with bubble series.

    Declaration
    public const ChartSeriesType Bubble
    Field Value
    Type
    ChartSeriesType

    Column

    Column - Allows to display the pivot chart with column series.

    Declaration
    public const ChartSeriesType Column
    Field Value
    Type
    ChartSeriesType

    Doughnut

    Doughnut - Allows to display the pivot chart with doughnut series..

    Declaration
    public const ChartSeriesType Doughnut
    Field Value
    Type
    ChartSeriesType

    Funnel

    Funnel - Allows to display the pivot chart with funnel series..

    Declaration
    public const ChartSeriesType Funnel
    Field Value
    Type
    ChartSeriesType

    Line

    Line - Allows to display the pivot chart with line series.

    Declaration
    public const ChartSeriesType Line
    Field Value
    Type
    ChartSeriesType

    Pareto

    Pareto - Allows to display the pivot chart with pareto series.

    Declaration
    public const ChartSeriesType Pareto
    Field Value
    Type
    ChartSeriesType

    Pie

    Pie - Allows to display the pivot chart with pie series.

    Declaration
    public const ChartSeriesType Pie
    Field Value
    Type
    ChartSeriesType

    Polar

    Polar - Allows to display the pivot chart with polar series.

    Declaration
    public const ChartSeriesType Polar
    Field Value
    Type
    ChartSeriesType

    Pyramid

    Pyramid - Allows to display the pivot chart with pyramid series..

    Declaration
    public const ChartSeriesType Pyramid
    Field Value
    Type
    ChartSeriesType

    Radar

    Radar - Allows to display the pivot chart with radar series.

    Declaration
    public const ChartSeriesType Radar
    Field Value
    Type
    ChartSeriesType

    Scatter

    Scatter - Allows to display the pivot chart with scatter series.

    Declaration
    public const ChartSeriesType Scatter
    Field Value
    Type
    ChartSeriesType

    Spline

    Spline - Allows to display the pivot chart with spline series.

    Declaration
    public const ChartSeriesType Spline
    Field Value
    Type
    ChartSeriesType

    SplineArea

    SplineArea - Allows to display the pivot chart with spline area series.

    Declaration
    public const ChartSeriesType SplineArea
    Field Value
    Type
    ChartSeriesType

    StackingArea

    StackingArea - Allows to display the pivot chart with stacked area series.

    Declaration
    public const ChartSeriesType StackingArea
    Field Value
    Type
    ChartSeriesType

    StackingArea100

    StackingArea100 - Allows to display the pivot chart with 100% stacked area series.

    Declaration
    public const ChartSeriesType StackingArea100
    Field Value
    Type
    ChartSeriesType

    StackingBar

    StackingBar - Allows to display the pivot chart with stacked bar series.

    Declaration
    public const ChartSeriesType StackingBar
    Field Value
    Type
    ChartSeriesType

    StackingBar100

    StackingBar100 - Allows to display the pivot chart with 100% stacked bar series.

    Declaration
    public const ChartSeriesType StackingBar100
    Field Value
    Type
    ChartSeriesType

    StackingColumn

    StackingColumn - Allows to display the pivot chart with stacked column series.

    Declaration
    public const ChartSeriesType StackingColumn
    Field Value
    Type
    ChartSeriesType

    StackingColumn100

    StackingColumn100 - Allows to display the pivot chart with 100% stacked column series.

    Declaration
    public const ChartSeriesType StackingColumn100
    Field Value
    Type
    ChartSeriesType

    StackingLine

    StackingLine - Allows to display the pivot chart with stacked line series.

    Declaration
    public const ChartSeriesType StackingLine
    Field Value
    Type
    ChartSeriesType

    StackingLine100

    StackingLine100 - Allows to display the pivot chart with 100% stacked line series.

    Declaration
    public const ChartSeriesType StackingLine100
    Field Value
    Type
    ChartSeriesType

    StepArea

    StepArea - Allows to display the pivot chart with step area series.

    Declaration
    public const ChartSeriesType StepArea
    Field Value
    Type
    ChartSeriesType

    StepLine

    StepLine - Allows to display the pivot chart with step line series.

    Declaration
    public const ChartSeriesType StepLine
    Field Value
    Type
    ChartSeriesType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved