51
Name
Parameters
Description
control layout as well as the
content.
(default value: true)
S refreshAll(e?)
e? (HTMLElement): Container
element. If set to null, all Wijmo
controls on the page will be
invalidated.
Refreshes all Wijmo controls contained in an HTML element.
This method is similar to invalidateAll, except the controls
ls
are updated immediately rather than after an interval.
(inherited from Control).
.
removeEventListener(target?,
type?, capture?): number
target? (EventTarget): Target
element for the event. If null,
removes listeners attached to all
targets.
type? (string): String that specifies
the event. If null, removes listeners
attached to all events.
capture? (boolean): Whether the
listener is capturing. If null,
removes capturing and non-
capturing listeners.
Removes one or more event listeners attached to elements
owned by this Control.
Returns The number of listeners removed.
(inherited from Control).
saveImageToDataUrl(format,
done):void
format (ImageFormat):
The ImageFormat for the exported
image.
done (Function): A function to be
called after data url is generated.
The function gets passed the data
url as its argument.
Save chart to image data url.
(inherited from FlexChartBase).
saveImageToFile
(filename): void
filename (string): The filename for
the exported image file including
Save chart to an image file.
(inherited from FlexChartBase).