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

Sets an array of style objects to use in rendering each series in the chart navigator

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

Reference

options type
wijchartnavigator jQuery Widget