Wijmo UI for the Web
axis Option

Type: wijmo.chart.chart_axes

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

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

See Also

Reference

options type
wijbubblechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.