wijmo.chart.wijbubblechart Namespace > options type : axis Option |
A value that contains all of the information to create the X and Y axes of the chart
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; |