Wijmo UI for the Web
footer Option
wijmo.chart.wijcompositechart Namespace > options type : footer Option

Type: wijmo.chart.chart_title

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

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  wijmo.chart.chart_title
    returnsValue = $(".selector").wijcompositechart("option", "footer");
    
    // Set value
    var newValue; // Type:  wijmo.chart.chart_title
    $(".selector").wijcompositechart("option", "footer", newValue);
        
});
var footer : chart_title;
See Also

Reference

options type
wijcompositechart jQuery Widget