Function: chart-axis-names
chart-axis-names is a byte-compiled function defined in chart.el.gz.
Signature
(chart-axis-names &rest SLOTS)
Documentation
Create a new object of class type chart-axis-names(var)/chart-axis-names(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/chart.el.gz
(defclass chart-axis-names (chart-axis)
((items :initarg :items
:initform nil)
)
"Class used to display an axis which represents different named items.")