Class ChartDrawType
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
System.Object
ChartDrawType
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class ChartDrawType : Enum
Fields
Area
Declaration
public const ChartDrawType Area
Field Value
Column
Declaration
public const ChartDrawType Column
Field Value
Line
Declaration
public const ChartDrawType Line
Field Value
RangeColumn
Declaration
public const ChartDrawType RangeColumn
Field Value
Scatter
Declaration
public const ChartDrawType Scatter
Field Value
Spline
Declaration
public const ChartDrawType Spline
Field Value
SplineArea
Declaration
public const ChartDrawType SplineArea
Field Value
StackingArea
Declaration
public const ChartDrawType StackingArea
Field Value
StackingColumn
Declaration
public const ChartDrawType StackingColumn
Field Value
StackingLine
Declaration
public const ChartDrawType StackingLine
Field Value