ASP.NET MVC - EJ2

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ChartSeriesType

    Show / Hide Table of Contents

    Enum ChartSeriesType

    Defines the type 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. splineRangeArea - Renders the splineRangeArea series. Pareto-Render the Pareto series

    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public enum ChartSeriesType

    Fields

    Name Description
    Area
    Bar
    BoxAndWhisker
    Bubble
    Candle
    Column
    Hilo
    HiloOpenClose
    Histogram
    Line
    MultiColoredArea
    MultiColoredLine
    Pareto
    Polar
    Radar
    RangeArea
    RangeColumn
    Scatter
    Spline
    SplineArea
    SplineRangeArea
    StackingArea
    StackingArea100
    StackingBar
    StackingBar100
    StackingColumn
    StackingColumn100
    StackingLine
    StackingLine100
    StackingStepArea
    StepArea
    StepLine
    Waterfall
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved