Wijmo UI for the Web
height Option
wijmo.chart.wijbarchart Namespace > options type : height Option

Sets the height of the chart in pixels.

Type: Number

Default value: null

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijbarchart("option", "height");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijbarchart("option", "height", newValue);
        
});
var height : any;
Remarks
Note that this value overrides any value you may set in the <div> element that you use in the body of the HTML page. If you specify a height in the <div> element that is different from this value, the chart and its border go out of synch.
See Also

Reference

options type
width Option
wijbarchart Method