Class type Chartjs.linearTicks

inherit cartesianTicks
method beginAtZero : bool Js_of_ocaml.Js.t Js_of_ocaml.Js.optdef_prop

If true, scale will include 0 if it is not already included.

method min : float Js_of_ocaml.Js.optdef Js_of_ocaml.Js.prop

User defined minimum number for the scale, overrides minimum value from data.

method max : float Js_of_ocaml.Js.optdef Js_of_ocaml.Js.prop

User defined maximum number for the scale, overrides maximum value from data.

method maxTicksLimit : int Js_of_ocaml.Js.prop

Maximum number of ticks and gridlines to show.

method precision : int Js_of_ocaml.Js.optdef_prop

If defined and stepSize is not specified, the step size will be rounded to this many decimal places.

method stepSize : int Js_of_ocaml.Js.optdef_prop

User defined fixed step size for the scale.

method suggestedMax : float Js_of_ocaml.Js.optdef Js_of_ocaml.Js.prop

Adjustment used when calculating the maximum data value.

method suggestedMin : float Js_of_ocaml.Js.optdef Js_of_ocaml.Js.prop

Adjustment used when calculating the minimum data value.