Change column width of series in chart words java

Is it possible to change the width of the columns in the series?

Shape shape = builder.insertChart(ChartType.COLUMN, 432, 200);
... resume code ...
seriesColumn.add(null,
    new String[] {"a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t" , "x", "v", "w", "y", "z"},
    new double[] {1,    2,   3,    4,   5,   6,   7,  8,   9,   10,   11, 12,  13,  14,  15,  16,  17,  18,  19,  20, -1 ,  -2, -10, -9, -1      });

Thanks a lot

@MikeRodriguez Unfortunately, at the moment Aspose.Words API does not allow to change bar/column chart gap width and overlap.
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-25670

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.