object ('a)
  method _type : Js.js_string Js.t Js.prop
  method highlight : 'Js.t Js.prop
  method label : 'Js.t Js.prop
  method listeners : 'Js.t Js.prop
  method onCreateLabel :
    ('Js.t,
     Ext_data_Model.t Js.t ->
     'Js.t -> Js.number Js.t -> Js.js_string Js.t -> Ext_draw_Sprite.t Js.t)
    Js.meth_callback Js.writeonly_prop
  method onPlaceLabel :
    ('Js.t,
     Ext_draw_Sprite.t Js.t ->
     Ext_data_Model.t Js.t ->
     'Js.t ->
     Js.number Js.t ->
     Js.js_string Js.t -> bool Js.t -> Js.number Js.t -> unit)
    Js.meth_callback Js.writeonly_prop
  method renderer : 'Js.callback Js.prop
  method shadowAttributes : 'Js.js_array Js.t Js.prop
  method showInLegend : bool Js.t Js.prop
  method tips : 'Js.t Js.prop
  method title : Js.js_string Js.t Js.prop
end