A value that indicates the value of the corner-radius for the bar in the bar chart.
Type: Number
Default: 0
Code Example:
WinJS.UI.setOptions(document.getElementById("wijbarchart").winControl, {
clusterRadius: 5
});