zoomOnHover

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

}


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.