Class type Chartjs_annotation.boxAnnotation

inherit baseAnnotation
method xScaleID : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.prop

ID of the X scale to bind onto.

method yScaleID : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.prop

ID of the Y scale to bind onto.

method xMin : 'a Js_of_ocaml.Js.optdef Js_of_ocaml.Js.prop

Left edge of the box. In units along the x axis.

method xMax : 'a Js_of_ocaml.Js.optdef Js_of_ocaml.Js.prop

Right edge of the box.

method yMin : 'b Js_of_ocaml.Js.optdef Js_of_ocaml.Js.prop
method yMax : 'b Js_of_ocaml.Js.optdef Js_of_ocaml.Js.prop
method borderColor : Chartjs.Color.t Js_of_ocaml.Js.t Js_of_ocaml.Js.prop

Stroke color.

method borderWidth : int Js_of_ocaml.Js.prop

Stroke width.

method backgroundColor : Chartjs.Color.t Js_of_ocaml.Js.t Js_of_ocaml.Js.prop

Fill color.