Wijmo UI for the Web
isTouchBehaviorEnable Option
wijmo.chart.wijpiechart Namespace > options type : isTouchBehaviorEnable Option

Gets whether Touch behavior is enabled.

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

Reference

options type
wijpiechart Method