| annotation |
| documentation | | The bars in the graph display in a single stack. If attribute "graduatedSize" is "true" (default), the height of the total stack is determined according to the BarBaseSize using the sum of all the individual bars values. The height of each bar in the stack is the proportion of that bar's values to the sum. This means the sizes of all bars and bar stacks are relative to each other. If attribute "graduatedSize" is "false", the height of the total stack is determined according to the BarBaseSize but using only the MapScale and Height, so every bar stack has the same height at a given scale. The height of each bar in the stack is the proportion of that bars value to the sum of all bars in the stack. This means that the sizes of bars in the same graph are relative to each other but are not relative to the same bar type in the other bar graphs. |
|