class type events =Inheritsobject..end
Ext_draw_Component.eventsExt_chart_Mask.eventsExt_chart_Navigation.eventsExt_chart_theme_Theme.eventsExt_util_Bindable.eventsExt_util_Observable.eventsmethod beforerefresh : 'a. (t Js.t -> 'a Js.t -> unit) Js.callback Js.writeonly_propFires before a refresh to the chart data is called. If the beforerefresh handler returns false the refresh action will be cancelled.
Parameters:
Ext_chart_Chart.t Js.t
_ Js.t
The options object passed to Ext.util.Observable.addListener.
method refresh : 'b. (t Js.t -> 'b Js.t -> unit) Js.callback Js.writeonly_propFires after the chart data has been refreshed.
Parameters:
Ext_chart_Chart.t Js.t
_ Js.t
The options object passed to Ext.util.Observable.addListener.