2020.1

Table Of Contents
A JSON Record Data List
A JSON Record Data List describes a list of data fields (as name/value pairs), a data table
schema and nested data records (if any) for one or more data records. This example holds a
single, simple record.
{
"data": {
"schema": {
"columns": {
"ID": "STRING",
"Gender": "STRING",
"FirstName": "STRING",
"LastName": "STRING"
}
},
"fields": {
"ID": "CU00048376",
"Gender": "M.",
"FirstName": "Benjamin",
"LastName": "Verret"
}
}
}
]
For more examples see the REST API Cookbook, and Working with JSON data in the
Workflow Online Help.
Line Chart Properties dialog
The Line Chart dialog appears when a Line Chart is right-clicked and the Chart... option is
clicked. It determines how the chart is displayed when generating output and in Preview mode
(see "Business graphics" on page254).
General tab
Most settings on the General tab correspond to properties of the AmSerialChart class in the
amCharts library; see: AmSerialChart.
Page 474