Enum PivotChartGroupModes
Defines the mode of the group mode for chart types pie, doughnut, Funnel and pyramid Point - When choosing points, the selected points get grouped. Value - When choosing values, the points which less then values get grouped.
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public enum PivotChartGroupModes
Fields
| Name | Description |
|---|---|
| Point | Point - When choosing points, the selected points get grouped. |
| Value | Value - When choosing values, the points which less then values get grouped. |