wijmo.chart.wijpiechart Namespace > options type : labels Option |
A value that indicates the chart label elements of chart.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: wijmo.chart.piechart_labels value = $(".selector").wijpiechart("option", "labels"); // Set value var newValue; // Type: wijmo.chart.piechart_labels $(".selector").wijpiechart("option", "labels", newValue); }); |
Javascript (Specification) | |
---|---|
var labels : piechart_labels; |