| Allegro CL version 8.1 This page is new in 8.1. Moderate update since 8.1 release. |
Arguments: item-axis
Returns the value of the minor-label-min-spacing property of
a item-axis
. The value
may be set at creation time by passing
the minor-label-min-spacing
initarg, or any
time later by calling (setf minor-label-min-spacing).
The minimum distance, measured in pixels, that is maintained between
the labels at minor tic positions of an item-axis
in a chart-widget
. The value should be a non-negative
integer, or else nil
for no minimum. The
default value is 6.
When the value is a number, the distance between minor tic positions will be large enough that there is at least that much space between successive minor tic labels.
See chart-widget
and also cg-chart-widget.htm.
Copyright (c) 1998-2009, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.1. This page is new in the 8.1 release.
Created 2007.4.30.
| Allegro CL version 8.1 This page is new in 8.1. Moderate update since 8.1 release. |