Class 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.
Inheritance
System.Object
PivotChartGroupModes
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PivotChartGroupModes : Enum
Fields
Point
Point - When choosing points, the selected points get grouped.
Declaration
public const PivotChartGroupModes Point
Field Value
Type |
---|
PivotChartGroupModes |
Value
Value - When choosing values, the points which less then values get grouped.
Declaration
public const PivotChartGroupModes Value
Field Value
Type |
---|
PivotChartGroupModes |