Gap between series in category (columnseries)

Oystein Bjorke 10 років тому 0
This discussion was imported from CodePlex

Devin19 wrote at 2013-10-16 09:42:

By using:
((CategoryAxis)model.Axes[0]).GapWidth = 0.5;
one can set the gapwidth between categories.

But how I'd like to know how one sets a gapwith between series in the same category?