2.4.47 Chart3DBarShape
The Chart3DBarShape record specifies the shape of the data points in a bar or column chart group. This record is only used for a bar or column chart group and MUST be ignored for all other chart groups. This record MUST be ignored if the current substream does not contain a Chart3d record.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
riser |
taper |
riser (1 byte): A Boolean (section 2.5.14) that specifies the shape of the base of the data points in a bar or column chart group. MUST be a value from the following table:
-
Value
Meaning
0x00
The base of the data point is a rectangle.
0x01
The base of the data point is an ellipse.
taper (1 byte): An unsigned integer that specifies how the data points in a bar or column chart group taper from base to tip. MUST be a value from the following table:
-
Value
Meaning
0x00
The data points of the bar or column chart group do not taper. The shape at the maximum value of the data point is the same as the shape at the base.
0x01
The data points of the bar or column chart group taper to a point at the maximum value of each data point.
0x02
The data points of the bar or column chart group taper towards a projected point at the position of the maximum value of all of the data points in the chart group, but are clipped at the value of each data point.
-