Wijmo UI for the Web
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.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  object
    value = $(".selector").wijlinechart("option", "dataSource");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijlinechart("option", "dataSource", newValue);
        
});
Javascript (Specification) 
var dataSource : object;
Remarks
Use the data option, and bind values to your X and Y axes. For more information please see the datasource demo: http://wijmo.com/demo/explore/?widget=BarChartsample=Array20as20datasource.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijlinechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.