Create combined graph with bar and line series using Aspose.Cells for .NET in C#

Hi,


What is the chart type I have to use to create a combined graphic (with Bar and Line = 2 series) like in excel ?

Thank you


Hi,

Thanks for your posting and using Aspose.Cells.

Every chart consists of one or more series. You can add any type of series in your chart. For example, if there are two series, one could be of type Line and other could be of type Area. This way you can create a combined chart. This is also called a custom chart.

Please see the following documentation article that explains how to create a custom or combined chart.

( Create and Manage Chart|Documentation )