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