A value that indicates the height of the barchart.
Type: Number
Default: null
Code Example:
WinJS.UI.setOptions(document.getElementById("wijbarchart").winControl, {
height: 400
});