Wijmo UI for the Web
seriesList Option

Default value: []

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

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  array
    value = $(".selector").wijlinechart("option", "seriesList");
    
    // Set value
    var newValue; // Type:  array
    $(".selector").wijlinechart("option", "seriesList", newValue);
        
});
Javascript (Specification) 
var seriesList : array;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijlinechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.