Wijmo UI for the Web
disabled Option
wijmo.chart.wijcompositechart Namespace > options type : disabled Option

Gets or sets whether control is disabled.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijcompositechart("option", "disabled");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijcompositechart("option", "disabled", newValue);
        
});
var disabled : boolean;
Remarks
default value is "false"
See Also

Reference

options type
wijcompositechart jQuery Widget