wijmo.chart.wijbubblechart Namespace > options type : footer Option |
Sets up the object to use as the footer of the barchart.
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; |