Class type Ext_chart_Chart.events


class type events = object .. end
Inherits
method beforerefresh : 'a. (t Js.t -> 'a Js.t -> unit) Js.callback Js.writeonly_prop

Fires before a refresh to the chart data is called. If the beforerefresh handler returns false the refresh action will be cancelled.

Parameters:


method refresh : 'b. (t Js.t -> 'b Js.t -> unit) Js.callback Js.writeonly_prop

Fires after the chart data has been refreshed.

Parameters: