Class 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.
Inheritance
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PivotChartDrawType : Enum
Fields
Area
Area - Renders the area series.
Declaration
public const PivotChartDrawType Area
Field Value
Type |
---|
PivotChartDrawType |
Column
Column - Renders the column series.
Declaration
public const PivotChartDrawType Column
Field Value
Type |
---|
PivotChartDrawType |
Line
Line - Renders the line series.
Declaration
public const PivotChartDrawType Line
Field Value
Type |
---|
PivotChartDrawType |
RangeColumn
RangeColumn - Renders the range column series.
Declaration
public const PivotChartDrawType RangeColumn
Field Value
Type |
---|
PivotChartDrawType |
Scatter
Scatter - Renders the scatter series.
Declaration
public const PivotChartDrawType Scatter
Field Value
Type |
---|
PivotChartDrawType |
Spline
Spline - Renders the spline series.
Declaration
public const PivotChartDrawType Spline
Field Value
Type |
---|
PivotChartDrawType |
SplineArea
SplineArea - Renders the spline area series.
Declaration
public const PivotChartDrawType SplineArea
Field Value
Type |
---|
PivotChartDrawType |
StackingArea
StackingArea - Renders the stacking area series.
Declaration
public const PivotChartDrawType StackingArea
Field Value
Type |
---|
PivotChartDrawType |
StackingColumn
StackingColumn - Renders the stacking column series.
Declaration
public const PivotChartDrawType StackingColumn
Field Value
Type |
---|
PivotChartDrawType |
StackingLine
StackingLine - Renders the stacking line series.
Declaration
public const PivotChartDrawType StackingLine
Field Value
Type |
---|
PivotChartDrawType |