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