59
Name
Parameters
Description
onRendering(e)
e (RenderEventArgs):
The RenderEventArgs object used
to render the chart.
Raises the rendering event.
(inherited from FlexChartBase).
onSelectionChanged(e?)
e? (EventArgs)
Raises the selectionChanged event.
(inherited from FlexChartBase).
onSeriesVisibilityChanged(e) e (SeriesEventArgs):
The SeriesEventArgs object that
contains the event data.
Raises the seriesVisibilityChanged event.
(inherited from FlexChartCore).
pointToData(pt, y?): Point
pt (any): The point to convert, in
control coordinates.
y? (number): The Y coordinate of
the point (if the first parameter is a
number).
Converts a Point from control coordinates to chart data
coordinates.
Returns The point in chart data coordinates.
(inherited from FlexChartCore).
refresh(fullUpdate?)
fullUpdate? (boolean): A value
indicating whether to update the
control layout as well as the
content.
(default value: true)
Refreshes the chart.
(inherited from FlexChartBase).
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
s
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
Removes one or more event listeners attached to elements
owned by this Control.
Returns The number of listeners removed.
(inherited from Control).