Function: chart-axis-names-p
chart-axis-names-p is a byte-compiled function defined in chart.el.gz.
Signature
(chart-axis-names-p OBJ)
Documentation
Return non-nil if OBJ is an object of 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.")