menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotChartGroupModes - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved