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

Sets all of the style options of the chart labels that show the value of each chart element.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijpiechart("option", "chartLabelStyle");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijpiechart("option", "chartLabelStyle", newValue);
        
});
var chartLabelStyle : any;
Remarks
The style is defined in Raphael here is the documentation: http://raphaeljs.com/reference.html#Element.attr. The style is the “attr” method’s parameters.
See Also

Reference

options type
wijpiechart Method