| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: chart-axis
Returns the value of the axis-color property of a chart-axis
. The value may be set at creation
time by passing the :axis-color
initarg, or any
time later by calling (setf axis-color).
axis-color is the color that
is used to draw a chart-axis
of a chart-widget
,
including its tic marks. The value should be an RGB color object
(see make-rgb) or
else nil
to default to the system-edge-shadow-color. The default value is
nil
.
The text on an axis is drawn in other colors. See axis-label-color, major-label-color, and minor-label-color.
See chart-widget
and also cg-chart-widget.htm.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |