Class type Ext_chart_axis_Axis.t


class type t = object .. end
Inherits
method drawAxis : 'a. 'a Js.t -> unit Js.meth

Renders the axis into the screen and updates its position.

Parameters:


method drawGrid : unit Js.meth

Renders an horizontal and/or vertical grid into the Surface.


method drawLabel : unit Js.meth

Renders the labels in the axes.


method setTitle : Js.js_string Js.t -> unit Js.meth

Updates the title of this axis.

Parameters: