Class ChartPieFillMode
Lists the mode in which the pie Gradient should be rendered.
Inheritance
System.Object
ChartPieFillMode
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartPieFillMode : Enum
Fields
AllPie
Apply the colors as a whole to the full pie.
Declaration
public const ChartPieFillMode AllPie
Field Value
| Type |
|---|
| ChartPieFillMode |
EveryPie
Apply the colors to each individual slice.
Declaration
public const ChartPieFillMode EveryPie
Field Value
| Type |
|---|
| ChartPieFillMode |