alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum Chart3DSeriesType

    Specifies the rendering type for 3D Chart series.

    Namespace: Syncfusion.Blazor.Chart3D
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum Chart3DSeriesType

    Fields

    Name Description
    Bar

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

    Column

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

    StackingBar

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

    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.

    StackingColumn

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

    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.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved