menu

Blazor

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

    Show / Hide Table of Contents

    Class Chart3DSeriesType

    Specifies the rendering type for SfChart3D series.

    Inheritance
    System.Object
    Chart3DSeriesType
    Namespace: Syncfusion.Blazor.Chart3D
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class Chart3DSeriesType : Enum

    Fields

    Bar

    Renders a series of horizontal bars with lengths proportional to the values they represent.

    Declaration
    public const Chart3DSeriesType Bar
    Field Value
    Type
    Chart3DSeriesType

    Column

    Renders a series of vertical bars with heights proportional to the values they represent.

    Declaration
    public const Chart3DSeriesType Column
    Field Value
    Type
    Chart3DSeriesType

    StackingBar

    Renders a series of horizontal bars stacked next to each other with lengths proportional to the values they represent.

    Declaration
    public const Chart3DSeriesType StackingBar
    Field Value
    Type
    Chart3DSeriesType

    StackingBar100

    Renders a series of horizontal bars stacked next to each other to 100% length, where each bar’s length represents its share of the total.

    Declaration
    public const Chart3DSeriesType StackingBar100
    Field Value
    Type
    Chart3DSeriesType

    StackingColumn

    Renders a series of vertical bars stacked on top of each other with heights proportional to the values they represent.

    Declaration
    public const Chart3DSeriesType StackingColumn
    Field Value
    Type
    Chart3DSeriesType

    StackingColumn100

    Renders a series of vertical bars stacked on top of each other to 100% height, where each bar’s height represents its share of the total.

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