Wijmo UI for the Web
footer Option

Type: wijmo.chart.chart_title

Sets up the object to use as the footer of the barchart.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  wijmo.chart.chart_title
    value = $(".selector").wijbubblechart("option", "footer");
    
    // Set value
    var newValue; // Type:  wijmo.chart.chart_title
    $(".selector").wijbubblechart("option", "footer", newValue);
        
});
Javascript (Specification) 
var footer : chart_title;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijbubblechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.