I have a chart that is a fixed width and when there are only a few columns they will group together in the middle and leave empty white space between the Y axis and the columns. How do I make the chart widen the columns when this is the case to fill the space? I don't have anything set on the column plot options other than color.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a chart that is a fixed width and when there are only a few columns they will group together in the middle and leave empty white space between the Y axis and the columns. How do I make the chart widen the columns when this is the case to fill the space? I don't have anything set on the column plot options other than color.
I found the answer, there is an undocumented setting called "pointRange". Setting to 0 in a column series removed the wide margins.