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