chart-axis-names
chart-axis-names is an object constructor function in `chart.el'.
Creates an object of class chart-axis-names.
Create a new object with name NAME of class type chart-axis-names
Class description:
chart-axis-names is a class in `chart.el'.
Inherits from `chart-axis'.
Class used to display an axis which represents different named items.
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
Slot: items default = nil
Specialized Methods:
`chart-axis-draw' :PRIMARY (arg1 &optional arg2 arg3 arg4 arg5 arg6)
Draw axis information based upon A range to be spread along the edge.
Optional argument DIR is the direction of the chart.
Optional arguments MARGIN, ZONE, START and END specify boundaries of the drawing.
(fn A &optional DIR MARGIN ZONE START END
)