Blazor

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

    Show / Hide Table of Contents

    Class ChartSeriesType

    Specifies the type series in chart.

    Inheritance
    System.Object
    ChartSeriesType
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ChartSeriesType : Enum

    Fields

    Area

    Defines to renders the area series.

    Declaration
    public const ChartSeriesType Area
    Field Value
    Type Description
    ChartSeriesType

    Bar

    Defines to renders the stacking column series.

    Declaration
    public const ChartSeriesType Bar
    Field Value
    Type Description
    ChartSeriesType

    BoxAndWhisker

    Defines to renders the box and whisker series.

    Declaration
    public const ChartSeriesType BoxAndWhisker
    Field Value
    Type Description
    ChartSeriesType

    Bubble

    Defines to renders the bubble series.

    Declaration
    public const ChartSeriesType Bubble
    Field Value
    Type Description
    ChartSeriesType

    Candle

    Defines to renders the candle series.

    Declaration
    public const ChartSeriesType Candle
    Field Value
    Type Description
    ChartSeriesType

    Column

    Defines to renders the column series.

    Declaration
    public const ChartSeriesType Column
    Field Value
    Type Description
    ChartSeriesType

    Hilo

    Defines to renders the hilo series.

    Declaration
    public const ChartSeriesType Hilo
    Field Value
    Type Description
    ChartSeriesType

    HiloOpenClose

    Defines to renders the hilo open close series.

    Declaration
    public const ChartSeriesType HiloOpenClose
    Field Value
    Type Description
    ChartSeriesType

    Histogram

    Defines to renders the histogram series.

    Declaration
    public const ChartSeriesType Histogram
    Field Value
    Type Description
    ChartSeriesType

    Line

    Defines to renders the line series.

    Declaration
    public const ChartSeriesType Line
    Field Value
    Type Description
    ChartSeriesType

    MultiColoredArea

    Defines to renders the multicolored area series.

    Declaration
    public const ChartSeriesType MultiColoredArea
    Field Value
    Type Description
    ChartSeriesType

    MultiColoredLine

    Defines to renders the multicolored line series.

    Declaration
    public const ChartSeriesType MultiColoredLine
    Field Value
    Type Description
    ChartSeriesType

    Pareto

    Defines to renders the pareto series.

    Declaration
    public const ChartSeriesType Pareto
    Field Value
    Type Description
    ChartSeriesType

    Polar

    Defines to renders the polar series.

    Declaration
    public const ChartSeriesType Polar
    Field Value
    Type Description
    ChartSeriesType

    Radar

    Defines to renders the radar series.

    Declaration
    public const ChartSeriesType Radar
    Field Value
    Type Description
    ChartSeriesType

    RangeArea

    Defines to renders the range area series.

    Declaration
    public const ChartSeriesType RangeArea
    Field Value
    Type Description
    ChartSeriesType

    RangeColumn

    Defines to renders the range column series.

    Declaration
    public const ChartSeriesType RangeColumn
    Field Value
    Type Description
    ChartSeriesType

    Scatter

    Defines to renders the scatter series.

    Declaration
    public const ChartSeriesType Scatter
    Field Value
    Type Description
    ChartSeriesType

    Spline

    Defines to renders the spline series.

    Declaration
    public const ChartSeriesType Spline
    Field Value
    Type Description
    ChartSeriesType

    SplineArea

    Defines to renders the spline area series.

    Declaration
    public const ChartSeriesType SplineArea
    Field Value
    Type Description
    ChartSeriesType

    SplineRangeArea

    Defines to renders the spline range area series.

    Declaration
    public const ChartSeriesType SplineRangeArea
    Field Value
    Type Description
    ChartSeriesType

    StackingArea

    Defines to renders the stacking area series.

    Declaration
    public const ChartSeriesType StackingArea
    Field Value
    Type Description
    ChartSeriesType

    StackingArea100

    Defines to renders the stacking area 100 percent series.

    Declaration
    public const ChartSeriesType StackingArea100
    Field Value
    Type Description
    ChartSeriesType

    StackingBar

    Defines to renders the stacking bar series.

    Declaration
    public const ChartSeriesType StackingBar
    Field Value
    Type Description
    ChartSeriesType

    StackingBar100

    Defines to renders the stacking bar 100 percent series.

    Declaration
    public const ChartSeriesType StackingBar100
    Field Value
    Type Description
    ChartSeriesType

    StackingColumn

    Defines to renders the stacking column series.

    Declaration
    public const ChartSeriesType StackingColumn
    Field Value
    Type Description
    ChartSeriesType

    StackingColumn100

    Defines to renders the stacking column series.

    Declaration
    public const ChartSeriesType StackingColumn100
    Field Value
    Type Description
    ChartSeriesType

    StackingLine

    Defines to renders the stacking line series.

    Declaration
    public const ChartSeriesType StackingLine
    Field Value
    Type Description
    ChartSeriesType

    StackingLine100

    Defines to renders the stacking line 100 percent series.

    Declaration
    public const ChartSeriesType StackingLine100
    Field Value
    Type Description
    ChartSeriesType

    StackingStepArea

    Defines to renders the stacking step area series.

    Declaration
    public const ChartSeriesType StackingStepArea
    Field Value
    Type Description
    ChartSeriesType

    StepArea

    Defines to renders the step area series.

    Declaration
    public const ChartSeriesType StepArea
    Field Value
    Type Description
    ChartSeriesType

    StepLine

    Defines to renders the step line series.

    Declaration
    public const ChartSeriesType StepLine
    Field Value
    Type Description
    ChartSeriesType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Waterfall

    Defines to renders the waterfall series.

    Declaration
    public const ChartSeriesType Waterfall
    Field Value
    Type Description
    ChartSeriesType
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved