beforePaint

Fires after the canvas is painted.

Type: Function

Default: null

Parameters:

e: A jQuery.Event object

Code example:

$("#compositechart").wijcompositechart ({painted, function(e, data){ }})

OR

$("#compositechart").bind("wijcompositechartpainted", function(e, data) {} );


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