Combined charts merge different series types on a single plot, letting you present absolute and relative metrics together. This is particularly effective when stacked columns need a percentage overlay.
This sample combines three stacked column series with a line series across twelve data points (P1 through P12). The left Y-axis shows stacked integer values, while a secondary Y-axis on the right displays percentages from 0 to 100. The line series is bound to the percentage scale and rendered with markers, and a crosshair is enabled for precise value inspection across both axes.
See the Combined Charts documentation for all configuration options.