Hi Tim,
Thanks for contacting Syncfusion Support.
We can set spacing for series in code behind with the attached property Spacing and it can be set as shown in below code snippet,
|
ColumnSeries Column = new ColumnSeries();
ChartSeriesBase.SetSpacing(Column, 0.7);
|
Regards,
Devi