Wijmo UI for the Web
axis Field
wijmo.chart.wijbubblechart Namespace > options type : axis Field

Type: wijmo.chart.chart_axes

A value that contains all of the information to create the X and Y axes of the chart

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

Reference

options type
wijbubblechart jQuery Widget