redraw

Redraws the chart

            Parameter

                        drawIfNeeded

A value that indicates whether to redraw the chart regardless of whether the chart is painted. If true, then the chart is redrawn only if it has not been previously created. If false, then the chart is redrawn even if it already exists.

Type: Boolean

Default: false

Code Example:

$("linechart").wijlinechart("redraw", true);


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