A value that indicates the spacing between the adjacent bars.
Type: Number
Default: 0
Code Example:
WinJS.UI.setOptions(document.getElementById("wijbarchart").winControl, {
clusterSpacing: 3
});