Enum 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.
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public enum ChartDrawType
Fields
Name | Description |
---|---|
Area | |
Column | |
Line | |
RangeColumn | |
Scatter | |
Spline | |
SplineArea | |
StackingArea | |
StackingColumn | |
StackingLine |