Is there any way to put spacing between the boxes of a box chart?
Thanks for the quick response Max, works like a charm!!!
Yes, you'll just have to set it through the appearance object.
BoxChartAppearance appearance = new BoxChartAppearance();appearance.BoxWidthFactor = .8;myLayer.ChartTypeAppearance = appearance;
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
You can use chart.BoxChart.BoxWidthFactor property. It will make the boxes narrower, giving some space in between.