Enum 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. 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. 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.
Namespace: Syncfusion.EJ2.Pivot
Assembly: Syncfusion.EJ2.Pivot.dll
Syntax
public enum ChartSeriesType
Fields
Name | Description |
---|---|
Area | Area - Allows to display the pivot chart with area series. |
Bar | Bar - Allows to display the pivot chart with bar series. |
Bubble | Bubble - Allows to display the pivot chart with bubble series. |
Column | Column - Allows to display the pivot chart with column series. |
Doughnut | Doughnut - Allows to display the pivot chart with doughnut series.. |
Funnel | Funnel - Allows to display the pivot chart with funnel series.. |
Line | Line - Allows to display the pivot chart with line series. |
Pareto | Pareto - Allows to display the pivot chart with pareto series. |
Pie | Pie - Allows to display the pivot chart with pie series. |
Polar | Polar - Allows to display the pivot chart with polar series. |
Pyramid | Pyramid - Allows to display the pivot chart with pyramid series.. |
Radar | Radar - Allows to display the pivot chart with radar series. |
Scatter | Scatter - Allows to display the pivot chart with scatter series. |
Spline | Spline - Allows to display the pivot chart with spline series. |
SplineArea | SplineArea - Allows to display the pivot chart with spline area series. |
StackingArea | StackingArea - Allows to display the pivot chart with stacked area series. |
StackingArea100 | StackingArea100 - Allows to display the pivot chart with 100% stacked area series. |
StackingBar | StackingBar - Allows to display the pivot chart with stacked bar series. |
StackingBar100 | StackingBar100 - Allows to display the pivot chart with 100% stacked bar series. |
StackingColumn | StackingColumn - Allows to display the pivot chart with stacked column series. |
StackingColumn100 | StackingColumn100 - Allows to display the pivot chart with 100% stacked column series. |
StepArea | StepArea - Allows to display the pivot chart with step area series. |
StepLine | StepLine - Allows to display the pivot chart with step line series. |