Wijmo UI for the Web
updating Event
wijmo.chart.wijchartnavigator Namespace > options type : updating Event
The jQuery.Event object.
The data with this event.
The updating event is raised when range of navigator is changing.
Syntax
$(function () {
    // Set updating event handler function
    $(".selector").wijchartnavigator({
        updating : function (e, args) {
     
        }
    });
});
updating = function ( 
   e : JQueryEventObject,
   args : any
) { };

Parameters

e
The jQuery.Event object.
args
The data with this event.
See Also

Reference

options type
wijchartnavigator jQuery Widget