Class type Ext_chart_Label.t


class type t = object .. end
Inherits
method onCreateLabel : 'a.
Ext_data_Model.t Js.t ->
'a Js.t ->
Js.number Js.t -> Js.js_string Js.t -> Ext_draw_Sprite.t Js.t Js.meth

Called each time a new label is created.

Note: This method must be implemented in Series that mixes in this Label mixin.

Parameters:

Returns:


method onPlaceLabel : 'b.
Ext_draw_Sprite.t Js.t ->
Ext_data_Model.t Js.t ->
'b Js.t ->
Js.number Js.t ->
Js.js_string Js.t -> bool Js.t -> Js.number Js.t -> unit Js.meth

Called for updating the position of the label.

Note: This method must be implemented in Series that mixes in this Label mixin.

Parameters: