Wijmo UI for the Web
zoomOnHover Option

Default value: true

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

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  boolean
    value = $(".selector").wijscatterchart("option", "zoomOnHover");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijscatterchart("option", "zoomOnHover", newValue);
        
});
Javascript (Specification) 
var zoomOnHover : boolean;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijscatterchart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.