menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartDrawType - Blazor API Reference | Syncfusion

    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

    Renders an area series.

    Declaration
    public const ChartDrawType Area
    Field Value
    Type
    ChartDrawType

    Column

    Renders a column series.

    Declaration
    public const ChartDrawType Column
    Field Value
    Type
    ChartDrawType

    Line

    Renders a line series.

    Declaration
    public const ChartDrawType Line
    Field Value
    Type
    ChartDrawType

    RangeColumn

    Renders a range column series.

    Declaration
    public const ChartDrawType RangeColumn
    Field Value
    Type
    ChartDrawType

    Scatter

    Renders a scatter series.

    Declaration
    public const ChartDrawType Scatter
    Field Value
    Type
    ChartDrawType

    Spline

    Renders a spline series.

    Declaration
    public const ChartDrawType Spline
    Field Value
    Type
    ChartDrawType

    SplineArea

    Renders a spline area series.

    Declaration
    public const ChartDrawType SplineArea
    Field Value
    Type
    ChartDrawType

    StackingArea

    Renders a stacking area series.

    Declaration
    public const ChartDrawType StackingArea
    Field Value
    Type
    ChartDrawType

    StackingColumn

    Renders a stacking column series.

    Declaration
    public const ChartDrawType StackingColumn
    Field Value
    Type
    ChartDrawType

    StackingLine

    Renders a stacking line series.

    Declaration
    public const ChartDrawType StackingLine
    Field Value
    Type
    ChartDrawType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved