Blazor

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

    Show / Hide Table of Contents

    Class ChartDrawType

    Specifies the type of series to be drawn in radar or polar series.

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

    Fields

    Area

    Defines to renders the area series.

    Declaration
    public const ChartDrawType Area
    Field Value
    Type Description
    ChartDrawType

    Column

    Defines to renders the column series.

    Declaration
    public const ChartDrawType Column
    Field Value
    Type Description
    ChartDrawType

    Line

    Defines to renders the line series.

    Declaration
    public const ChartDrawType Line
    Field Value
    Type Description
    ChartDrawType

    RangeColumn

    Defines to renders the range column series.

    Declaration
    public const ChartDrawType RangeColumn
    Field Value
    Type Description
    ChartDrawType

    Scatter

    Defines to renders the scatter series.

    Declaration
    public const ChartDrawType Scatter
    Field Value
    Type Description
    ChartDrawType

    Spline

    Defines to renders the spline series.

    Declaration
    public const ChartDrawType Spline
    Field Value
    Type Description
    ChartDrawType

    SplineArea

    Defines to renders the spline area series.

    Declaration
    public const ChartDrawType SplineArea
    Field Value
    Type Description
    ChartDrawType

    StackingArea

    Defines to renders the stacking area series.

    Declaration
    public const ChartDrawType StackingArea
    Field Value
    Type Description
    ChartDrawType

    StackingColumn

    Defines to renders the stacking column series.

    Declaration
    public const ChartDrawType StackingColumn
    Field Value
    Type Description
    ChartDrawType

    StackingLine

    Defines to renders the stacking line series.

    Declaration
    public const ChartDrawType StackingLine
    Field Value
    Type Description
    ChartDrawType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved