A value that determines whether the bar chart renders horizontally or vertically.
Type: Boolean
Default: true
Code Example:
WinJS.UI.setOptions(document.getElementById("wijbarchart").winControl, {
horizontal: false
});