Wijmo UI for the Web
painted Event
wijmo.chart.wijbarchart Namespace > options type : painted Event
Standard jQuery.Event object.
This event fires after the canvas is painted.
Syntax
$(function () {
    // Set painted event handler function
    $(".selector").wijbarchart({
        painted : function (e) {
     
        }
    });
});
painted = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery.Event object.
See Also

Reference

options type
wijbarchart Method