2021.2

Table Of Contents
Note
Certain characters are invalid in a URL (for example, '$', '%', and '&') and must be
percent-encoded. The same applies to a file path, since that actually is a URL that starts
with the file protocol.
Note that even a space character is invalid in a URL. Spaces in a URL are supported for
backward compatibility, but it is recommended to percent-encode a space character as
%20.
The option Save with template is available when choosing an image from disk or by URL. This
inserts the image in the Images folder on the Resources pane. If not saved with the template,
the image will remain external.
Note
External files need to be available when the template is merged with a record set to
generate output, and their location should be accessible from the machine on which the
template's output is produced. External files are updated (retrieved) at the time the output
is generated.
Bar Chart Properties dialog
The Bar Chart dialog appears when a Bar Chart object is right-clicked and the Chart... option is
clicked. It determines how the Bar Chart is displayed in output and in Preview mode (see
"Business graphics" on page700).
All of the settings in this dialog are equivalent to a property in the amCharts library (see:
amCharts' Class Reference). The description of each setting specifies the corresponding
property. When you've made a setting, you can also find the property on the Source tab.
General tab
Most settings on the General tab correspond to properties of the AmSerialChart class in the
amCharts library; see: AmSerialChart.
Page 947