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

Default value: null

A value that indicates the color of max value.

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

Reference

options type
wijtreemap jQuery Widget