EJSC.Series.reload
See Also
|
Definition
void reload( )
Description
Triggers a series reload if the functionality is defined in a child class. This may involve retrieving data again or simply recalculating. While the reload() method exists in the base Series class, implementation of the protected methods triggered by calling reload() is at the discretion of the child class. |