onAfterRangeChange

fires after the frame range is changed

void onAfterRangeChange();

Available only in PRO Edition

Example

rangechart.attachEvent("onAfterRangeChange", function(){
    // some code here
});

Back to top