Wijmo UI for the Web
labels Option

Type: wijmo.chart.piechart_labels

A value that indicates the chart label elements of chart.

Syntax
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;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijpiechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.