Wijmo UI for the Web
chartLabelFormatter Option

Default value: null

A value that indicates a function which is used to get a value for the chart label shown.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  any
    value = $(".selector").wijpiechart("option", "chartLabelFormatter");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijpiechart("option", "chartLabelFormatter", newValue);
        
});
Javascript (Specification) 
var chartLabelFormatter : any;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijpiechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.