The excellent documentation page (https://ej2.syncfusion.com/documentation/pivotview/pivot-chart/) shows many example and of plotting more than one series. However, in the examples, the series type is always the same.
On occasion it's helpful to show series using using different types to highlight information for a user. The attached chart shows an example I want to replicate. Lines are used to show absolute numbers (current participants) that will never be negative. The column type is used to display a value for the net of new participants and those who have left.
Is this possible with any chart associated with a pivot table?
When working with the chart component, it's possible to use multiple types as shown in this demo example:
https://ej2.syncfusion.com/documentation/chart/chart-series/#combination-series
Thanks