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) 
var instance = new jQuery.wijmo.wijbarchart();
var value; // Type: any

// Parameters
var drawIfNeeded; // Type:  undefined

value = instance.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

wijbarchart type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.