I have a Column chart with a simple count for values, A category grouping and a series group. The category group is a date on the horizontal axis.
My Question is Can the chart be configured in such a way that the bars will always be the same width ?(Assuming space is not an issue)
I have been playing with the custom properties
Ending up with this PointWidth=0.2, MaxPixelPointWidth=5, MinPixelPointWidth=5, PixelPointWidth=5 which looks close, but one thing I notice is
that the very last column ( on the last day of the horizontal axis is narrower than the rest. This may have a seperate setting to do with the border?
Just wondering how to best make the columns standard or expected width.
Thanks for any guidance