wijmo.chart.wijpiechart Namespace > options type : enableTouchBehavior Option |
Default value: true
A value that indicates whether the piechart can be rotated and tooltip is always shown on touchable devices.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: boolean value = $(".selector").wijpiechart("option", "enableTouchBehavior"); // Set value var newValue; // Type: boolean $(".selector").wijpiechart("option", "enableTouchBehavior", newValue); }); |
Javascript (Specification) | |
---|---|
var enableTouchBehavior : boolean; |