Class type Chartjs.scaleLabel
method labelString : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.propThe 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.propHeight of an individual line of text.
method fontColor : Color.t Js_of_ocaml.Js.t Js_of_ocaml.Js.propFont color for scale title.
method fontFamily : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.propFont family for the scale title, follows CSS font-family options.
method fontStyle : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.propFont 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.propPadding to apply around scale labels. Only top and bottom are implemented.