This record defines a pie chart group and specifies pie chart options.
Record Data—BIFF8
Offset | Name | Size | Contents |
4 | anStart | 2 | Angle of the first pie slice expressed in degrees |
6 | pcDonut | 2 | 0 = true pie chart |
8 | grbit | 2 | Option flags (see following table) |
The grbit field contains the following option flags.
Bits | Mask | Name | Contents |
0 | 0001h | fHasShadow | 1 = this pie has a shadow |
1 | 0002h | fShowLdrLines | 1 = show leader lines to data labels |
15–2 | FFFCh | (reserved) | Reserved; must be zero |
The angle of the pie slice has a default value of zero and can be any value in the range of 0 to 359 (0000h to 0167h).
Record Data—BIFF7 and earlier
Offset | Name | Size | Contents |
4 | anStart | 2 | Angle of the first pie slice expressed in degrees |
6 | pcDonut | 2 | 0 = true pie chart |
The angle of the pie slice has a default value of zero and can be any value in the range of 0 to 359 (0000h to 0167h).