Hi, I am given the task to reproduce the attached graph using Aspose.Cell, the graph contains 2 types of chart, I believe 1 is a line and another 1 not sure (this one has colour filling under the line).
Are you able to tell me if Aspose.Cell able to reproduce the similar graph, and do you have a sample code for it.
Thanks.
Mat
Hi,
I think your chart is custom oriented chart, one is Line type and other is Area type. You can try to create such a chart by Aspose.Cells API (that supports to create custom charts), see the document for your reference:
http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/creating-custom-charts.html
If you still could not evaluate, please create your desired chart in MS Excel and post the Excel file here, we will check how it can be created by API.
Thank you.