A value that indicates the percentage of bar elements in the same cluster overlap.
Type: Number
Default: 0
Code Example:
WinJS.UI.setOptions(document.getElementById("wijbarchart").winControl, {
clusterOverlap: 10
});