3.2.1 Graph - Pie Chart: Orient

The first record in this example, Orient, specifies how the series data of the chart is arranged.

Size

Structure

Value

0006

Orient - Orient

0001

    BYTE - fSeriesInRows

0x01

0002

    USHORT - rowSeriesX

0x0000

0002

    USHORT - colSeriesX

0x0000

0001

    BYTE - Reserved3

0x01

Figure 36: Structure of the Orient record

fSeriesInRows: 0x01 specifies that the series is arranged by rows.

rowSeriesX: 0x0000 is required in this field because this is a pie chart.

colSeriesX: 0x0000 is required in this field because this is a pie chart.

Reserved3: 0x01 is required in this field because this is reserved.

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