Wijmo UI for the Web
seriesStyles Option
wijmo.chart.wijlinechart Namespace > options type : seriesStyles Option

Default value: []

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

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  []
    returnsValue = $(".selector").wijlinechart("option", "seriesStyles");
    
    // Set value
    var newValue; // Type:  []
    $(".selector").wijlinechart("option", "seriesStyles", newValue);
        
});
var seriesStyles : ;
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
See Also

Reference

options type
wijlinechart jQuery Widget