In this article
Syntax examples for defining chart types, including bar, area, line, and pie charts. Properties vary by chart type.
To define the type of chart to be created, this block is used. It should be noted that some properties are dependent on the chart type. The chart definition specified within the widget scope applies to all series, although the chart type can be redefined for some series (e.g., to construct combined charts) using the same syntax.
Here are some examples of how to configure the chart type using code:
Example of a bar chart
Example of an area chart
Example of a pie chart
For details of the properties and settings, refer to widget chart in the CDL Reference Guide.