Wijmo UI for the Web
labels Option
wijmo.chart.wijpiechart Namespace > options type : labels Option

Type: wijmo.chart.piechart_labels

A value that indicates the chart label elements of chart.

Syntax
$(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;
See Also

Reference

options type
wijpiechart Method