This record stores options for a bar of pie or pie of pie chart; these are two of the pie chart subtypes.
Record Data — BIFF8
|
Offset |
Name |
Size |
Contents |
|
4 |
pst |
1 |
0 = normal pie chart |
|
5 |
fAutoSplit |
1 |
1 = use default split value |
|
6 |
spit |
2 |
Split type: |
|
8 |
iSplitPos |
2 |
For spit = 0, which positions should go to the other pie/bar |
|
10 |
pcSplitPercent |
2 |
For spit = 2, what percentage should go to the other bar/pie |
|
12 |
pcPie2Size |
2 |
Size of the second pie as a percentage of the first |
|
14 |
pcGap |
2 |
Space between the first pie and the second |
|
16 |
numSplitValue |
4 |
For spit = 1, what values should go to the other bar/pie |
|
20 |
fHasShadow |
2 |
1 = the second bar/pie has a shadow |