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", …...MikeRodriguez July 16, 2023, 2:17pm #1 Is it possible to change... "y", "z"}, new double[] {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11,...