In this article
Configure chart series using the code block, including properties such as value, label, format, percent, categories, breakdownBy, and chart.
The following code block outlines the properties of a series that may vary based on chart type.
Here is an example of configuring a chart series:
series {
value,
label,
format,
percent,
isSecondary,
categories (description see below),
breakdownBy...,
chart ...
}For details about categories property refer to Masking.
For details of the properties and settings, refer to widget chart in the CDL Reference Guide.