Wijmo UI for the Web
height Option
wijmo.treemap.wijtreemap Namespace > options type : height Option

Default value: null

A value that indicates the height of the treemap in pixels.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijtreemap("option", "height");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijtreemap("option", "height", newValue);
        
});
var height : number;
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.
See Also

Reference

options type
wijtreemap jQuery Widget