Wijmo UI for the Web
seriesHoverStyles Option

Default value: []

Sets an array of styles to use in rendering bars in the chart when you hover over them.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  array
    value = $(".selector").wijchartcore("option", "seriesHoverStyles");
    
    // Set value
    var newValue; // Type:  array
    $(".selector").wijchartcore("option", "seriesHoverStyles", newValue);
        
});
Javascript (Specification) 
var seriesHoverStyles : array;
Remarks
Each style object in the array applies to a series in your seriesList,so you need specify only as many style objects as you have series objects in your seriesList
Browser Compatibility
7
5
5

See Also

Reference

options type
wijchartcore jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.