Enum ChartPieType
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartPieType
Fields
Name | Description |
---|---|
Bevel | Applies the painting style at a sloping surface or edge of PieChart. |
Custom | Custom painting style will be applied. |
InSide | Applies the painting style at inside of PieChart. |
None | None of the painting style will be applied. |
OutSide | Applies the painting style at outside of PieChart. |
Round | Applies the round painting style PieChart. |