Specifies the possible type of pie chart that can be drawn. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public enum PieType |
Visual Basic
![]() |
---|
Public Enumeration PieType |
JavaScript
![]() |
---|
// enum |
Member name | Description | |
---|---|---|
![]() |
Doughnut2D |
Specifies that the chart drawn is a 2D (plain) doughnut. |
![]() |
Doughnut3D |
Specifies that the chart drawn is a doughnut with 3D visual effect. |
![]() |
Pie2D |
Specifies that the chart drawn is a plain (2D) pie. |
![]() |
Pie3D |
Specifies that the chart drawn is a pie with 3D visual effect. |
This Enumeration represents the different types of pies that can be drawn. The pie type is set in the constructor of the PieChart class and can later be manipulated with the PieType property.
The thickness and tension for the pie / doughnut is specified with he Pie3DThickness and Pie3DTension properties. If pie data is too big, you can cancel it with DivisionCoef and DivisionLabel properties.