Wijmo UI for the Web
chartLabelFormatter Option
wijmo.chart.wijcompositechart Namespace > options type : chartLabelFormatter Option

Default value: null

A value that indicates a function which is used to obtain the content part of the chart label for each chart element.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijcompositechart("option", "chartLabelFormatter");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijcompositechart("option", "chartLabelFormatter", newValue);
        
});
var chartLabelFormatter : any;
See Also

Reference

options type
wijcompositechart jQuery Widget