A value that indicates the percentage of the plot area that each bar cluster occupies.
Type: Number
Default: 85
Code Example:
WinJS.UI.setOptions(document.getElementById("wijbarchart").winControl, {
clusterWidth: 75
});