chart-axis-draw

chart-axis-draw is a Lisp function in `chart.el'.

(chart-axis-draw &rest LOCAL-ARGS)

Draw some axis for A in direction DIR with MARGIN in boundary.
ZONE is a zone specification.
START and END represent the boundary.

This is a generic function with only primary methods.

Implementations:

`chart-axis' :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)

Defined in `chart.el'

`chart-axis-range' :PRIMARY (arg1 &optional arg2 arg3 arg4 arg5 arg6)
Draw axis information based upon a range to be spread along the edge.
A is the chart to draw. DIR is the direction.
MARGIN, ZONE, START, and END specify restrictions in chart space.

(fn A &optional DIR MARGIN ZONE START END)

Defined in `chart.el'

`chart-axis-names' :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)

Defined in `chart.el'