I am currently using Aspose.Words for .NET with an existing license.
I want to know whether version 18.10 supports assigning custom color codes programmatically for chart elements, specifically:
Pie charts
Bar/stacked…...new DocumentBuilder(doc); Shape shape = builder.InsertChart(ChartType...Column, 432, 252); Chart chart = shape.Chart; ChartSeriesCollectio...