Wijmo UI for the Web
beforePaint Event
wijmo.chart.wijpiechart Namespace > options type : beforePaint Event
Standard jQuery event object
This event fires before the canvas is painted. This event can be cancelled. "return false;" to cancel the event.
Syntax
$(function () {
    // Set beforePaint event handler function
    $(".selector").wijpiechart({
        beforePaint : function (e) {
     
        }
    });
});
beforePaint = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijpiechart Method