wijmo.chart.wijlinechart Namespace > options type : beforePaint Event |
Javascript (Usage) | |
---|---|
$(function () { // Set beforePaint event handler function $(".selector").wijlinechart({ beforePaint : function (e) { } }); }); |
Javascript (Specification) | |
---|---|
beforePaint = function ( e : jQuery.Event ) { }; |