When you manually add a secondary data series to a chart, the "Equidistant Bar Spacing" ChartControl option becomes active.
When you add by code, nothing happens.
Is there a way to enable this feature when using "AddDataSeries()"?
Or, better, enable it through code without using "AddDataSeries()"?
Thanks

Comment