Is there any way to put spacing between the boxes of a box chart?
Thanks for the response, will that feature work with a Composite chart? I forgot to mention that
my box chart is part of a Composite chart
Yes, you'll just have to set it through the appearance object.
BoxChartAppearance appearance = new BoxChartAppearance();appearance.BoxWidthFactor = .8;myLayer.ChartTypeAppearance = appearance;