Structure
{mainTitle} |
---|
{subTitle} |
{footer} |
Behavior
ChartNodes are produced by copying the chart style and filling out the placeholders. The actual chart is placed into the first empty cell (or to be even more precise: the first cell where the first paragraph is empty).
If no style is specified in the abstract report the chart is produced directly into the report without copying any chart style.
Metadata
Chart styles only support defining default styles.
Examples
Example 1: Showing a simple case with a standard chart style
Example 2: Showing what happens if no style is specified
Example 3: Showing how using ‘noStyle’ works to render a chart without a style even if a default style is specified
Add Comment