Class type Chartjs.scaleLabel

method display : bool Js_of_ocaml.Js.t Js_of_ocaml.Js.prop

If true, display the axis title.

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

The text for the title. (i.e. "# of People" or "Response Choices").

method lineHeight : Line_height.t Js_of_ocaml.Js.t Js_of_ocaml.Js.prop

Height of an individual line of text.

method fontColor : Color.t Js_of_ocaml.Js.t Js_of_ocaml.Js.prop

Font color for scale title.

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

Font family for the scale title, follows CSS font-family options.

method fontSize : int Js_of_ocaml.Js.prop

Font size for scale title.

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

Font style for the scale title, follows CSS font-style options (i.e. normal, italic, oblique, initial, inherit)

method padding : Padding.t Js_of_ocaml.Js.t Js_of_ocaml.Js.prop

Padding to apply around scale labels. Only top and bottom are implemented.