$(function () { // Get value var returnsValue; // Type: wijmo.chart.piechart_labels returnsValue = $(".selector").wijpiechart("option", "labels"); // Set value var newValue; // Type: wijmo.chart.piechart_labels $(".selector").wijpiechart("option", "labels", newValue); });
var labels : piechart_labels;