Class AccumulationType
Specifies the accumulation chart series type.
Inheritance
System.Object
AccumulationType
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class AccumulationType : Enum
Fields
Funnel
Defines funnel type.
Declaration
public const AccumulationType Funnel
Field Value
Type |
---|
AccumulationType |
Pie
Defines pie type.
Declaration
public const AccumulationType Pie
Field Value
Type |
---|
AccumulationType |
Pyramid
Defines pyramid type.
Declaration
public const AccumulationType Pyramid
Field Value
Type |
---|
AccumulationType |