Wijmo UI for the Web
replacer Method
wijmo.chart Namespace > ChartTooltip type : replacer Method
Syntax
var instance = new wijmo.chart.ChartTooltip();
var value; // Type: any

// Parameters
var all; // Type:  any
var key; // Type:  any
var obj; // Type:  any

value = instance.replacer(all, key, obj);
function replacer( 
   all : any,
   key : any,
   obj : any
) : any;

Parameters

all
key
obj
See Also

Reference

ChartTooltip type