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

Default value: 20

A value that indicates the height of the title.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijtreemap("option", "titleHeight");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijtreemap("option", "titleHeight", newValue);
        
});
var titleHeight : number;
See Also

Reference

options type
wijtreemap jQuery Widget