Wijmo UI for the Web
seriesStyles Option

Default value: []

Sets an array of style objects to use in rendering the bars for each series in the chart.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  array
    value = $(".selector").wijbarchart("option", "seriesStyles");
    
    // Set value
    var newValue; // Type:  array
    $(".selector").wijbarchart("option", "seriesStyles", newValue);
        
});
Javascript (Specification) 
var seriesStyles : array;
Remarks
Each style object in the array applies to one series in your seriesList, so you need specify only as many style objects as you have series objects in your seriesList. The style is also used in the legend entry for the series in your seriesList. The style is also used in the legend entry for the series
Browser Compatibility
7
5
5

See Also

Reference

options type
wijbarchart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.