Wijmo UI for the Web
data Option

Default value: null

Bind a field to each series's data x array

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

See Also

Reference

options type
wijpiechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.