Wijmo UI for the Web
seriesList Option
wijmo.chart.wijcandlestickchart Namespace > options type : seriesList Option

Default value: []

Creates an array of series objects that contain data values and labels to display in the chart.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  array
    returnsValue = $(".selector").wijcandlestickchart("option", "seriesList");
    
    // Set value
    var newValue; // Type:  array
    $(".selector").wijcandlestickchart("option", "seriesList", newValue);
        
});
var seriesList : array;
See Also

Reference

options type
wijcandlestickchart jQuery Widget