3.2.3 Graph - Pie Chart: ShtProps

The next record in this example, ShtProps, specifies chart sheet properties.

Size

Structure

Value

0004

ShtProps - ShtProps

1 bit

    USHORT - fManSerAlloc

0x1

1 bit

    USHORT - unused1

0x0

1 bit

    USHORT - reserved1

0x0

1 bit

    USHORT - fManPlotArea

0x1

1 bit

    USHORT - fAlwaysAutoPlotArea

0x0

11 bits

    USHORT - reserved2

0x000

0001

    BYTE - mdBlank

0x00

0001

    BYTE - reserved3

0x00

Figure 38: Structure of the ShtProps record

fManSerAlloc: 0x1 specifies that the series is automatically allocated for the chart.

fManPlotArea: 0x1 is ignored in this field because fAlwaysAutoPlotArea is set to zero.

fAlwaysAutoPlotArea: 0x0 specifies that the default plot area dimension is used, regardless of the Pos record information.

mdBlank: 0x00 specifies that empty cells are not plotted.

Records following this record, and before the next AxesUsed record, are omitted for brevity.