wijmo.chart.wijbubblechart Namespace > options type : textStyle Option |
Creates an object to use for the fallback style of any chart text that does not have other style options set.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: any value = $(".selector").wijbubblechart("option", "textStyle"); // Set value var newValue; // Type: any $(".selector").wijbubblechart("option", "textStyle", newValue); }); |
Javascript (Specification) | |
---|---|
|