The DATAFORMAT record contains the zero-based numbers of the data point and series. The subordinate records determine the format of the series or point defined by the DATAFORMAT record.
Record Data
Offset | Name | Size | Contents |
4 | xi | 2 | Point number (FFFFh means entire series) |
6 | yi | 2 | Series index (file relative) |
8 | iss | 2 | Series number (as shown in name box -- S1, S2, etc.). This can be different from yi if the series order has been changed. |
10 | grbit | 2 | format flags |
The grbit field contains the following flags.
Offset | Bits | Mask | Name | Contents |
0 | 0 | 01h | fXL4iss | 1 = use Microsoft Excel 4.0 colors for automatic formatting |
0 | 7–1 | FEh | (reserved) | Reserved; must be zero |
1 | 7–0 | FFh | (reserved) | Reserved; must be zero |