Wijmo UI for the Web
seriesHoverStyles Field

Default value: []

An array collection that contains the style applied to the chart elements. For more information on the available style parameters.

Syntax
Javascript (Usage) 
var value; // Type: array
value = jQuery.wijmo.wijbubblechart.options.seriesHoverStyles;
Javascript (Specification) 
var seriesHoverStyles : array;
Example
$("#bubblechart").wijbubblechart("option", "seriesHoverStyles", {
seriesHoverStyles: [
    {fill: "rgb(255,0,0)", stroke:"none"}, 
    { fill: "rgb(255,125,0)", stroke: "none" }
]});
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.