Class PieGroupMode
Defines the grouping behavior of pie chart segments, such as grouping smaller segments into a single "other" slice for better visualization of small data points.
Inheritance
System.Object
PieGroupMode
Namespace: Syncfusion.Maui.Toolkit.Charts
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public sealed class PieGroupMode : Enum
Fields
Angle
Data points are grouped based on their angle value.
Declaration
public const PieGroupMode Angle
Field Value
Type |
---|
PieGroupMode |
Percentage
Data points are grouped based on their percentage value.
Declaration
public const PieGroupMode Percentage
Field Value
Type |
---|
PieGroupMode |
Value
Data points are grouped based on their value.
Declaration
public const PieGroupMode Value
Field Value
Type |
---|
PieGroupMode |