wijmo.chart.wijpiechart Namespace > options type : chartLabelFormatter Option |
Default value: null
A value that indicates a function which is used to get a value for the chart label shown.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: any value = $(".selector").wijpiechart("option", "chartLabelFormatter"); // Set value var newValue; // Type: any $(".selector").wijpiechart("option", "chartLabelFormatter", newValue); }); |
Javascript (Specification) | |
---|---|
|