Wijmo UI for the Web
data Option
wijmo.chart.wijbarchart Namespace > options type : data Option

wijmo.data object that binds a field to the data x array for each series.

Type: Object

Default value: null

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

Reference

options type
wijmo.data Namespace
wijbarchart Method

Data

Data
Quick Start