Class ChartSeriesType
Defines the type of series in chart. They are:
Line - Renders the line series.
Column - Renders the column series.
Area - Renders the area series.
Pie - Renders the pie series.
Polar - Renders the polar series.
Radar - Renders the radar series.
Bar - Renders the stacking column series
Histogram - Renders the histogram series
StackingColumn - Renders the stacking column series.
StackingArea - Renders the stacking area series.
StackingLine - Renders the stacking line series.
StackingBar - Renders the stacking bar series.
StackingColumn100 - Renders the stacking column series.
StackingArea100 - Renders the stacking area 100 percent series
StackingLine100 - Renders the stacking line 100 percent series.
StackingBar100 - Renders the stacking bar 100 percent series.
StepLine - Renders the step line series.
StepArea - Renders the step area series.
Scatter - Renders the scatter series.
Spline - Renders the spline series
RangeColumn - Renders the rangeColumn series.
Hilo - Renders the hilo series
HiloOpenClose - Renders the HiloOpenClose series
Waterfall - Renders the Waterfall series
RangeArea - Renders the rangeArea series.
RangeStepArea - Renders the rangeStepArea series.
Candle - Renders the candle series.
SplineRangeArea - Renders the splineRangeArea series.
BoxAndWhisker - Renders the Box and whisker series.
MultiColoredLine - Renders the multi color line series.
MultiColoredArea - Renders the multi color area series.
Pareto- Renders the pareto series.
Inheritance
System.Object
ChartSeriesType
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class ChartSeriesType : Enum
Fields
Area
Declaration
public const ChartSeriesType Area
Field Value
Bar
Declaration
public const ChartSeriesType Bar
Field Value
BoxAndWhisker
Declaration
public const ChartSeriesType BoxAndWhisker
Field Value
Bubble
Declaration
public const ChartSeriesType Bubble
Field Value
Candle
Declaration
public const ChartSeriesType Candle
Field Value
Column
Declaration
public const ChartSeriesType Column
Field Value
Hilo
Declaration
public const ChartSeriesType Hilo
Field Value
HiloOpenClose
Declaration
public const ChartSeriesType HiloOpenClose
Field Value
Histogram
Declaration
public const ChartSeriesType Histogram
Field Value
Line
Declaration
public const ChartSeriesType Line
Field Value
MultiColoredArea
Declaration
public const ChartSeriesType MultiColoredArea
Field Value
MultiColoredLine
Declaration
public const ChartSeriesType MultiColoredLine
Field Value
Pareto
Declaration
public const ChartSeriesType Pareto
Field Value
Polar
Declaration
public const ChartSeriesType Polar
Field Value
Radar
Declaration
public const ChartSeriesType Radar
Field Value
RangeArea
Declaration
public const ChartSeriesType RangeArea
Field Value
RangeColumn
Declaration
public const ChartSeriesType RangeColumn
Field Value
RangeStepArea
Declaration
public const ChartSeriesType RangeStepArea
Field Value
Scatter
Declaration
public const ChartSeriesType Scatter
Field Value
Spline
Declaration
public const ChartSeriesType Spline
Field Value
SplineArea
Declaration
public const ChartSeriesType SplineArea
Field Value
SplineRangeArea
Declaration
public const ChartSeriesType SplineRangeArea
Field Value
StackingArea
Declaration
public const ChartSeriesType StackingArea
Field Value
StackingArea100
Declaration
public const ChartSeriesType StackingArea100
Field Value
StackingBar
Declaration
public const ChartSeriesType StackingBar
Field Value
StackingBar100
Declaration
public const ChartSeriesType StackingBar100
Field Value
StackingColumn
Declaration
public const ChartSeriesType StackingColumn
Field Value
StackingColumn100
Declaration
public const ChartSeriesType StackingColumn100
Field Value
StackingLine
Declaration
public const ChartSeriesType StackingLine
Field Value
StackingLine100
Declaration
public const ChartSeriesType StackingLine100
Field Value
StackingStepArea
Declaration
public const ChartSeriesType StackingStepArea
Field Value
StepArea
Declaration
public const ChartSeriesType StepArea
Field Value
StepLine
Declaration
public const ChartSeriesType StepLine
Field Value
Waterfall
Declaration
public const ChartSeriesType Waterfall
Field Value