Class Chart3DShapeType
Specifies the shape of the data in columns and bars.
Inheritance
System.Object
Chart3DShapeType
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class Chart3DShapeType : Enum
Fields
Cylinder
Uses a cylinder shape to show data.
Declaration
public const Chart3DShapeType Cylinder
Field Value
Type |
---|
Chart3DShapeType |
Rectangle
Uses a rectangle shape to show data.
Declaration
public const Chart3DShapeType Rectangle
Field Value
Type |
---|
Chart3DShapeType |