Structure
...
“Chart Legend” text should be on the level of the column groups. The chart legend is then produced by merging the column group and column cells together.
If any chart column does not have a name set or is set to empty string (““), the chart legend will not be generated
Bar coloring follows the defined theme. Once all colors are used, they start cycling.
The column width can be set by setting
tableChart.chartColumnWidth
in the metadata (see below on how to set metadata) or theDimensionGroup.width
propertyThe last column width need to be set in percent
...
Table Style Metadata Parameter | Explanation | Default | Visualization | ||
---|---|---|---|---|---|
| Defines the color of the border line between negative and positive bar chart. This value is set in Hex. | #000000 (Black) | |||
| Defines the width of the border line between negative and positive bar chart. This value is set in pt. | 0.5 pt | |||
| Defines the desired bar height in the chart. This value is only effective if no resizing (proportional shrinking) of the chart is required. This value is set in pt. | 8.50394pt (0.3 cm) | |||
| Defines the minimal width of the negative and positive bar chart side. This value is set in mm. | 4 mm | |||
| Defines the minimum bar height in the chart. This value is guaranteed and will force the cell height to grow if necessary. This value is set in pt. | 4.25197 pt (0.15 cm) | |||
(new) | Defines the minimal vertical padding for the bar chart. Notes:
This value is set in pt. | Depends | |||
| Defines string aliases to be used for the otherwise numeric This value of ex.:
Note: Many table-chart BBs support the parameter |
Setting Table Style metadata
For all occurring table styles in the template file (.docx) | For a single table style |
---|---|
Note: Some parameters are mandatory and need to be set either for all styles occurring in the section “Vertical Table Style” at once or individually
...