This record defines an area chart group.
Record Data — BIFF8
Offset |
Name |
Size |
Contents |
4 |
grbit |
2 |
format flags |
The grbit field contains the following option flags.
Offset |
Bits |
Mask |
Name |
Contents |
0 |
0 |
01h |
fStacked |
Series in this group are stacked |
1 |
02h |
f100 |
Each category is broken down as a percentage | |
2 |
04h |
fHasShadow |
1 = this area has a shadow | |
7 – 3 |
F8h |
(reserved) |
Reserved; must be zero | |
1 |
7 – 0 |
FFh |
(reserved) |
Reserved; must be zero |
When fStacked is true, the value indicators (filled areas) are stacked one on top of the next. The f100 bit can be set only when the fStacked bit is set and indicates that each category is broken down into percentages.
Record Data — BIFF7 and earlier
Offset |
Name |
Size |
Contents |
4 |
grbit |
2 |
format flags |
The grbit field contains the following option flags.
Offset |
Bits |
Mask |
Name |
Contents |
0 |
0 |
01h |
fStacked |
Series in this group are stacked |
0 |
1 |
02h |
f100 |
Each category is broken down as a percentage |
0 |
7 – 2 |
FCh |
(reserved) |
Reserved; must be zero |
1 |
7 – 0 |
FFh |
(reserved) |
Reserved; must be zero |
When fStacked is true, the value indicators (filled areas) are stacked one on top of the next. The f100 bit can be set only when the fStacked bit is set and indicates that each category is broken down into percentages.