3.1.31 Graph - Column Chart: Bar

The next record in this example, Bar, specifies that the chart group is a bar chart group and specifies the chart group attributes.

Size

Structure

Value

0006

Bar - Bar

0002

    SHORT - pcOverlap

0x0000

0002

    USHORT - pcGap

0x0096

1 bit

    USHORT - fTranspose

0x0

1 bit

    USHORT - fStacked

0x0

1 bit

    USHORT - f100

0x0

1 bit

    USHORT - fHasShadow

0x0

12 bits

    USHORT - reserved

0x000

Figure 34: Structure of the Bar record

pcOverlap: 0x0000 specifies that there is no overlap between data points.

pcGap: 0x0096 specifies that the width of the gap between the categories and the left and right edges of the plot area is 150 percent of the data point width, divided by 2.

fTranspose: 0x0000 specifies that the data points and the value axis are vertical.

fStacked: 0x0000 specifies that the data points in the chart group that share the same category are not stacked.

f100: 0x0000 specifies that the data points in the chart group are not displayed as a percentage of the sum of all data points in the chart group that share the same category.

fHasShadow: 0x0000 specifies that none of the data points in the chart group have shadows.