| Allegro CL version 8.2 Moderately revised from 8.1. 8.1 version |
Arguments: item-axis
Returns the value of the major-label-wrapping property of
a item-axis
. The value
may be set at creation time by passing
the major-label-wrapping
initarg, or any
time later by calling (setf major-label-wrapping).
A boolean value indicating whether labels at major tic positions of an
item-axis
in
a chart-widget
will wrap at
spaces. The default value
is t
. Wrapping will be done only if the
major-label-angle property is
zero.
If true, then each major tic label will wrap to a new line of text at every space in the label string. The widget will automatically leave enough room to display the label that requires the most lines of text.
An alternative is to set this property to nil
and then embed newline characters in the strings returned by the
on-print-major-label function
of the chart-axis
.
See chart-widget
and also cg-chart-widget.htm.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page has had moderate revisions compared to the 8.1 page.
Created 2016.6.21.
| Allegro CL version 8.2 Moderately revised from 8.1. 8.1 version |