Class PieGroupMode
Inheritance
System.Object
PieGroupMode
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.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 |