chart-axis-range

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

Class description:
chart-axis-range is a class in `chart.el'.
Inherits from `chart-axis'.

Class used to display an axis defined by a range of values.

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: bounds default = (quote (0.0 . 50.0))
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.
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)