Wijmo UI for the Web
bind Option
wijmo.sparkline.wijsparkline Namespace > options type : bind Option

Default value: null

A value indicates that which property value is get from the object in the array if the data is set as a object array.

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

Reference

options type
wijsparkline jQuery Widget