chart-axis

chart-axis is an object constructor function in `chart.el'.
Creates an object of class chart-axis.
Create a new object with name NAME of class type chart-axis

Class description:
chart-axis is a class in `chart.el'.
Children `chart-axis-names', `chart-axis-range'.

Superclass used for display of an axis.

Instance Allocated Slots:

Slot: name default = "Generic Axis"
Slot: loweredge default = t
Slot: name-face default = (quote bold)
Slot: labels-face default = (quote italic)
Slot: chart default = nil
Specialized Methods:

`chart-axis-draw' :PRIMARY (arg1 &optional arg2 arg3 arg4 arg5 arg6)
Draw some axis for A in direction DIR with MARGIN in boundary.
ZONE is a zone specification.
START and END represent the boundary.

(fn A &optional DIR MARGIN ZONE START END)