Class ChartPieType
Inheritance
System.Object
ChartPieType
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartPieType : Enum
Fields
Bevel
Applies the painting style at a sloping surface or edge of PieChart.
Declaration
public const ChartPieType Bevel
Field Value
| Type |
|---|
| ChartPieType |
Custom
Custom painting style will be applied.
Declaration
public const ChartPieType Custom
Field Value
| Type |
|---|
| ChartPieType |
InSide
Applies the painting style at inside of PieChart.
Declaration
public const ChartPieType InSide
Field Value
| Type |
|---|
| ChartPieType |
None
None of the painting style will be applied.
Declaration
public const ChartPieType None
Field Value
| Type |
|---|
| ChartPieType |
OutSide
Applies the painting style at outside of PieChart.
Declaration
public const ChartPieType OutSide
Field Value
| Type |
|---|
| ChartPieType |
Round
Applies the round painting style PieChart.
Declaration
public const ChartPieType Round
Field Value
| Type |
|---|
| ChartPieType |