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.EJ2.Pivot
Assembly: Syncfusion.EJ2.Pivot.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. |