class type events =Inheritsobject..end
Ext_Base.eventsExt_chart_Callout.eventsExt_chart_Highlight.eventsExt_chart_Label.eventsExt_chart_Tip.eventsExt_util_Observable.eventsmethod titlechange : 'a.
(Js.js_string Js.t -> Js.number Js.t -> 'a Js.t -> unit) Js.callback
Js.writeonly_propFires when the series title is changed via setTitle.
Parameters:
Js.js_string Js.t
The new title value
Js.number Js.t
The index in the collection of titles
_ Js.t
The options object passed to Ext.util.Observable.addListener.