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

A value that indicates whether to zoom in on the marker on hover.

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

Reference

options type
wijcompositechart jQuery Widget