[]
The Series feature allows you to display the cumulative total of each series in a grouped chart. It acts as a background reference that helps users compare the overall magnitude of each group while still seeing the individual data points that make up that group.
Note
The Series feature is available for the Column Chart, Stacked Column Chart, Bar Chart, Stacked Bar Chart, Bar Chart in Polar Coordinates, and Stacked Bar Chart in Polar Coordinates.
A series can be displayed only when a chart includes a secondary grouping, meaning a categorical field is bound to the Legend (Series) slot in the Data Binding tab. When this configuration is used, the chart becomes a grouped chart, and a legend is generated automatically.
When enabled, the Series feature displays the cumulative total for each group as a background element, as shown in the example below.
You can configure series behavior and appearance from the Inspector Panel. To enable the feature, toggle Show Series Total to True under the Series properties for the charts that support it.
A series is displayed only when your chart has a secondary grouping—that is, data bound to the Legend (Series) slot—resulting in a grouped chart with an accompanying legend.
The Display property allows you to change the name of the series as it appears in the legend. By default, this value is set to Total, as shown in the example below.

The Color property controls the color and opacity of the series total.
For example, the grouped column chart below shows the series total with the opacity set to 100%.

The Width % property controls the width of the series column relative to the grouped columns.
For example, in the chart below, the width has been set to 50%.

By default, the Series feature displays a total label for each cumulative total.
You can also display the Category Label as shown below.

You can control how values in the Show Total Label are displayed by setting the Display Unit property. This option is set to Auto by default.
The Position property determines where the total label appears relative to the cumulative total column. You can set it to either Inside or Outside.
For example, in the chart below, the Position has been set to Inside.

The Display Mode property determines how many series total labels are displayed.
You can set this property to All to display every series total label, or to Auto to allow Wyn to hide some labels when there is not enough space available.
By default, Display Mode is set to All.