This method redraws the chart.
Syntax
Javascript (Usage) | |
---|
$(function () {
var value; // Type: any
// Parameters
var drawIfNeeded; // Type: undefined
value = $(".selector").wijscatterchart("redraw", drawIfNeeded);
});
|
Javascript (Specification) | |
---|
function redraw(
: 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
See Also
Reference
wijscatterchart type
wijscatterchart jQuery Widget