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. |