ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartDrawType - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartDrawType

    Type of series to be drawn in radar or polar series. They are line - Renders the line series. column - Renders the column series. area - Renders the area series. scatter - Renders the scatter series. spline - Renders the spline series. stackingColumn - Renders the stacking column series. stackingArea - Renders the stacking area series. rangeColumn - Renders the range column series. splineArea - Renders the spline area series.

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

    Fields

    Area

    Declaration
    public const ChartDrawType Area
    Field Value
    Type Description
    ChartDrawType

    Column

    Declaration
    public const ChartDrawType Column
    Field Value
    Type Description
    ChartDrawType

    Line

    Declaration
    public const ChartDrawType Line
    Field Value
    Type Description
    ChartDrawType

    RangeColumn

    Declaration
    public const ChartDrawType RangeColumn
    Field Value
    Type Description
    ChartDrawType

    Scatter

    Declaration
    public const ChartDrawType Scatter
    Field Value
    Type Description
    ChartDrawType

    Spline

    Declaration
    public const ChartDrawType Spline
    Field Value
    Type Description
    ChartDrawType

    SplineArea

    Declaration
    public const ChartDrawType SplineArea
    Field Value
    Type Description
    ChartDrawType

    StackingArea

    Declaration
    public const ChartDrawType StackingArea
    Field Value
    Type Description
    ChartDrawType

    StackingColumn

    Declaration
    public const ChartDrawType StackingColumn
    Field Value
    Type Description
    ChartDrawType

    StackingLine

    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 - 2021 Syncfusion Inc. All Rights Reserved