Example of Multi-Series Chart in ASP.NET Core Chart Control
This sample shows the annual growth of Gross Domestic Product (GDP) in France in a combination of line and stacked column series. A tooltip shows information about the data points.
                                                 DEMO 
                                            
                                            
                                                  SOURCE 
                                            
                                        In this example, you can see how to render and configure different type of charts. You can chart multiple variables on the y-axis.
        Tooltip is enabled in this example. To see the tooltip in action, hover a point or tap on a point in touch enabled devices.
    
More information about the multiple series can be found in this documentation section.