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

Default value: null

A value that indicates the color of mid value.

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

Reference

options type
wijtreemap jQuery Widget