| Attributes |
| Name | Required | Request-time | Type | Description |
| doughnutThickness | false | true | java.lang.String | Specifies the thickness of the Doughnut . |
| explodingMode | false | true | java.lang.String | Allows you to set how the slices of a pie chart are displayed. The available values are: NONE, ALL, FIRST and LAST. |
| labelsInside | false | true | java.lang.String | Used to paint the point labels directly on the corresponding slice of a Pie chart. The available values are: TRUE and FALSE. |
| lineBreak | false | true | java.lang.String | Controls the distance between the series in a stacked pie/doughnut chart. |
| minPercentage | false | true | java.lang.String | Specify the minimum point value needed to be included in a particular pie chart. |
| shadows | false | true | java.lang.String | Adds a shadow effect to a 2D pie chart. The available values are: TRUE and FALSE. |
| showLines | false | true | java.lang.String | Used to show or hide lines in a Pie chart. The available values are: TRUE and FALSE. |
| sliceSeparation | false | true | java.lang.String | Used to set the pie slice separation when using the ExplodingMode property. |
| square | false | true | java.lang.String | Forces pie charts to be contained in a perfect square (no matter the window proportion). The available values are: TRUE and FALSE. |
| stacked | false | true | java.lang.String | If set to TRUE, all Pie/Doughnut will be stacked. |