A value that indicates whether to zoom in on the marker on mouse hover.
Type: Boolean
Default: true.
Code Example:
var scatterchart = document.getElementById("wijscatterchartDefault").winControl;
WinJS.UI.setOptions(scatterchart, {
zoomOnHover: false
}