Wijmo UI for the Web
redraw Method
A value that indicates whether to redraw the chart regardless of whether the chart already exists. If true, then the chart is redrawn only if it was not already created. If false, then the chart is redrawn, even if it already exists.
This method redraws the chart.
Syntax
Javascript (Usage) 
$(function () {
    var value; // Type:  any
    // Parameters
    var drawIfNeeded; // Type:  undefined
    
    value = $(".selector").wijpiechart("redraw", drawIfNeeded);
});
Javascript (Specification) 
function redraw( 
   drawIfNeeded : undefined
) : any;

Parameters

drawIfNeeded
A value that indicates whether to redraw the chart regardless of whether the chart already exists. If true, then the chart is redrawn only if it was not already created. If false, then the chart is redrawn, even if it already exists.
Browser Compatibility
7
5
5

See Also

Reference

wijpiechart type
wijpiechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.