menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class Chart3DSeriesType

    Defines the type series in 3D chart. They are column - Renders the column series. bar - Renders the stacking column series stackingColumn - Renders the stacking column series. stackingBar - Renders the stacking bar series. StackingColumn100 - Renders the stacking column series. StackingBar100 - Renders the stacking bar 100 percent series.

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

    Fields

    Bar

    Declaration
    public const Chart3DSeriesType Bar
    Field Value
    Type
    Chart3DSeriesType

    Column

    Declaration
    public const Chart3DSeriesType Column
    Field Value
    Type
    Chart3DSeriesType

    StackingBar

    Declaration
    public const Chart3DSeriesType StackingBar
    Field Value
    Type
    Chart3DSeriesType

    StackingBar100

    Declaration
    public const Chart3DSeriesType StackingBar100
    Field Value
    Type
    Chart3DSeriesType

    StackingColumn

    Declaration
    public const Chart3DSeriesType StackingColumn
    Field Value
    Type
    Chart3DSeriesType

    StackingColumn100

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