wijmo.chart.wijchartcore Namespace > options type : dataSource Option |
Default value: null
Sets the array to use as a source for data that you can bind to the axes in your seriesList.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: object value = $(".selector").wijchartcore("option", "dataSource"); // Set value var newValue; // Type: object $(".selector").wijchartcore("option", "dataSource", newValue); }); |
Javascript (Specification) | |
---|---|
|