wijmo.chart.wijpiechart Namespace > options type : chartLabelStyle Option |
Sets all of the style options of the chart labels that show the value of each chart element.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: any value = $(".selector").wijpiechart("option", "chartLabelStyle"); // Set value var newValue; // Type: any $(".selector").wijpiechart("option", "chartLabelStyle", newValue); }); |
Javascript (Specification) | |
---|---|
|