How to create chart in word doc with secondary axis

How to create chart in word doc with secondary axis

@sonuniit24 Unfortunately, currently Aspose.Words does not support creation of combo charts programmatically. This features request is logged as WORDSNET-18330. We will keep you informed and let you know once the feature is available.

However, you can achieve this using LINQ Reporting Engine:
https://docs.aspose.com/words/net/outputting-sequential-data/#including-chart-series-dynamically
https://docs.aspose.com/words/net/outputting-sequential-data/#setting-chart-series-colors-dynamically
So, you can consider using LINQ Reporting Syntax to create a combo chart in the template and then fill it with data.

The issues you have found earlier (filed as WORDSNET-18330) have been fixed in this Aspose.Words for .NET 24.5 update also available on NuGet.