Wijmo UI for the Web
painted Event
Standard jQuery event object
This event fires after the canvas is painted.
Syntax
Javascript (Usage) 
$(function () {
    // Set painted event handler function
    $(".selector").wijcompositechart({
        painted : function (e) {
     
        }
    });
});
Javascript (Specification) 
painted = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object

See Also

Reference

options type
wijcompositechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.