Class ChartDrawType
Specifies the type of series to be drawn in radar or polar series.
Inheritance
System.Object
ChartDrawType
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ChartDrawType : Enum
Fields
Area
Defines to renders the area series.
Declaration
public const ChartDrawType Area
Field Value
Type |
---|
ChartDrawType |
Column
Defines to renders the column series.
Declaration
public const ChartDrawType Column
Field Value
Type |
---|
ChartDrawType |
Line
Defines to renders the line series.
Declaration
public const ChartDrawType Line
Field Value
Type |
---|
ChartDrawType |
RangeColumn
Defines to renders the range column series.
Declaration
public const ChartDrawType RangeColumn
Field Value
Type |
---|
ChartDrawType |
Scatter
Defines to renders the scatter series.
Declaration
public const ChartDrawType Scatter
Field Value
Type |
---|
ChartDrawType |
Spline
Defines to renders the spline series.
Declaration
public const ChartDrawType Spline
Field Value
Type |
---|
ChartDrawType |
SplineArea
Defines to renders the spline area series.
Declaration
public const ChartDrawType SplineArea
Field Value
Type |
---|
ChartDrawType |
StackingArea
Defines to renders the stacking area series.
Declaration
public const ChartDrawType StackingArea
Field Value
Type |
---|
ChartDrawType |
StackingColumn
Defines to renders the stacking column series.
Declaration
public const ChartDrawType StackingColumn
Field Value
Type |
---|
ChartDrawType |
StackingLine
Defines to renders the stacking line series.
Declaration
public const ChartDrawType StackingLine
Field Value
Type |
---|
ChartDrawType |