beforePaint

Fires after the canvas is painted.

Type: Function

Default: null

Parameters:

e: A jQuery.Event object

Code example:

$("#barchart").wijbarchart ({painted, function(e, data){ }})

or

$("#barchart").bind("wijbarchartpainted", function(e, data) {} );


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.