Enum PivotChartDrawType
Type of series to be drawn in radar or polar series. They are line - Renders the line series. column - Renders the column series. area - Renders the area series. scatter - Renders the scatter series. spline - Renders the spline series. stackingColumn - Renders the stacking column series. stackingArea - Renders the stacking area series. rangeColumn - Renders the range column series. splineArea - Renders the spline area series.
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public enum PivotChartDrawType
Fields
| Name | Description |
|---|---|
| Area | Area - Renders the area series. |
| Column | Column - Renders the column series. |
| Line | Line - Renders the line series. |
| RangeColumn | RangeColumn - Renders the range column series. |
| Scatter | Scatter - Renders the scatter series. |
| Spline | Spline - Renders the spline series. |
| SplineArea | SplineArea - Renders the spline area series. |
| StackingArea | StackingArea - Renders the stacking area series. |
| StackingColumn | StackingColumn - Renders the stacking column series. |
| StackingLine | StackingLine - Renders the stacking line series. |